fix tests
This commit is contained in:
parent
a09e0b2db1
commit
527c6282db
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user