Avoid the deprecated python3 setup.py test command

This commit is contained in:
Miro Hrončok 2023-07-28 13:57:58 +02:00
parent 4068994faa
commit 28a2e37106

View File

@ -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}