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