summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Moschny <thm@fedoraproject.org>2011-09-11 17:32:04 +0200
committerThomas Moschny <thm@fedoraproject.org>2011-09-11 17:32:04 +0200
commit74eda5af8b0de3f2d8cd99a3d9d0461813f74b58 (patch)
tree22388dd633cae515458fee332f08b7d225b1027f
parent425a846116d1da4fa3e45c4cf1c7ea5fb9f8967c (diff)
downloadpython-execnet-74eda5af8b0de3f2d8cd99a3d9d0461813f74b58.tar.gz
python-execnet-74eda5af8b0de3f2d8cd99a3d9d0461813f74b58.tar.xz
python-execnet-74eda5af8b0de3f2d8cd99a3d9d0461813f74b58.zip
Disable a failing test of the testsuite (needs a fix in python3).
-rw-r--r--python-execnet.spec5
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