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:
huangtianhua 2021-11-09 16:54:49 +08:00
parent a89e29c597
commit 7d6b50b302

View File

@ -73,7 +73,7 @@ mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%check
pytest
PYTHONPATH=. pytest-3
%files -n python3-paste-deploy -f filelist.lst