Don't treat DeprecationWarnings as failures in %check

This commit is contained in:
Miro Hrončok 2023-06-16 11:47:16 +02:00
parent 80ef5f319d
commit 4a0f3aa9e4

View File

@ -48,7 +48,7 @@ BuildRequires: python3dist(freezegun)
%check
%pytest
%pytest -Wdefault
%files -n python3-%{srcname} -f %{pyproject_files}