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

epel9
Thomas Moschny 14 years ago
parent 425a846116
commit 74eda5af8b

@ -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

Loading…
Cancel
Save