[python-execnet/f16] Disable a failing test of the testsuite (needs a fix in python3).

Thomas Moschny thm at fedoraproject.org
Sun Sep 11 15:32:33 UTC 2011


commit 74eda5af8b0de3f2d8cd99a3d9d0461813f74b58
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Sun Sep 11 17:32:04 2011 +0200

    Disable a failing test of the testsuite (needs a fix in python3).

 python-execnet.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/python-execnet.spec b/python-execnet.spec
index 4fa2cba..313bd60 100644
--- a/python-execnet.spec
+++ b/python-execnet.spec
@@ -105,10 +105,11 @@ rm doc/_build/html/.buildinfo
 
 
 %check
-PYTHONPATH=$(pwd) py.test-%{python_version} --report=skipped
+PYTHONPATH=$(pwd) py.test-%{python_version} -r s
 %if 0%{?with_python3}
 pushd %{py3dir}
-PYTHONPATH=$(pwd) py.test-%{python3_version} --report=skipped
+# see http://bugs.python.org/issue12591
+PYTHONPATH=$(pwd) py.test-%{python3_version} -r s -k-test_subprocess_interaction
 popd
 %endif # with_python3
 


More information about the scm-commits mailing list