Don't use deprecated setup.py test

f41
Maxwell G 3 years ago
parent 1f9d21e45c
commit 36ab9acf97
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8

@ -61,7 +61,7 @@ sphinx-build -b html -n docs docs/_build
rm -rf docs/_build/{.buildinfo,.doctrees}
%check
%{__python3} setup.py test
%pytest
%files -n python3-%{modname}

Loading…
Cancel
Save