[python26/el5/master] add test_socket test_urllib2 to skipped tests

derks derks at fedoraproject.org
Mon Feb 28 18:18:14 UTC 2011


commit 1101d0ae8d050cc9ae23d74eb2b49e962d5f878f
Author: BJ Dierkes <wdierkes at 5dollarwhitebox.org>
Date:   Mon Feb 21 17:18:45 2011 -0600

    add test_socket test_urllib2 to skipped tests

 python26.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python26.spec b/python26.spec
index 0b43ca7..6144571 100644
--- a/python26.spec
+++ b/python26.spec
@@ -905,7 +905,7 @@ find %{buildroot} \
 %check
 %if %{with tests}
 # Run the upstream test suite, skipping known failures
-export EXTRATESTOPTS="-x test_distutils test_dl test_file test_subprocess"
+export EXTRATESTOPTS="-x test_distutils test_dl test_file test_subprocess test_socket test_urllib2"
 make test
 
 # Known/expected failures:


More information about the scm-commits mailing list