Avoid the deprecated python3 setup.py test command
This commit is contained in:
parent
4068994faa
commit
28a2e37106
@ -65,7 +65,7 @@ sed -i 's/Cython<3.0/Cython/' pyproject.toml
|
||||
|
||||
|
||||
%check
|
||||
%{__python3} setup.py test
|
||||
%{py3_test_envvars} %{python3} tests/lib/test_all.py
|
||||
|
||||
|
||||
%files -n python3-pyyaml -f %{pyproject_files}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user