fix tests

This commit is contained in:
Matthias Runge 2015-09-21 11:49:09 +02:00
parent a09e0b2db1
commit 527c6282db

View File

@ -86,14 +86,13 @@ popd
%check
pushd python2
cd testing
py.test test_pluggy.py
export PYTHONPATH=.:$PYTHONPATH
py.test testing/test_pluggy.py
popd
%if 0%{?with_python3}
pushd python3
cd testing
py.test-3.4 test_pluggy.py
py.test-3.4 testing/test_pluggy.py
popd
%endif