fix tests
This commit is contained in:
parent
a09e0b2db1
commit
527c6282db
@ -86,14 +86,13 @@ popd
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
pushd python2
|
pushd python2
|
||||||
cd testing
|
export PYTHONPATH=.:$PYTHONPATH
|
||||||
py.test test_pluggy.py
|
py.test testing/test_pluggy.py
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
pushd python3
|
pushd python3
|
||||||
cd testing
|
py.test-3.4 testing/test_pluggy.py
|
||||||
py.test-3.4 test_pluggy.py
|
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user