Uses pytest-3 instead of pytest
The command pytest is provided by python2-pytest, here we should use pytest-3 for python3 package.
This commit is contained in:
parent
a89e29c597
commit
7d6b50b302
@ -73,7 +73,7 @@ mv %{buildroot}/filelist.lst .
|
|||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%check
|
%check
|
||||||
pytest
|
PYTHONPATH=. pytest-3
|
||||||
|
|
||||||
%files -n python3-paste-deploy -f filelist.lst
|
%files -n python3-paste-deploy -f filelist.lst
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user