From 8d12ea8cc76e99afc42d54d46f73bc2cef747f2b Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Tue, 7 Feb 2023 09:24:20 +0100 Subject: [PATCH 13/15] exclude py2 asyncore tests --- gnu/packages/python.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 12941dacb1..252216662b 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -221,7 +221,7 @@ (define-public python-2.7 ;; reset by peer." Python 3 seems unaffected. A potential fix, ;; yet to be backported to Python 2, is available at: ;; https://github.com/python/cpython/commit/529525fb5a8fd9b96ab4021311a598c77588b918. - " --exclude test_urllib2_localnet test_httplib")) + " --exclude test_urllib2_localnet test_httplib test_asyncore")) #:modules ((ice-9 ftw) (ice-9 match) (guix build utils) (guix build gnu-build-system)) -- 2.39.1