Don't treat DeprecationWarnings as failures in %check

This commit is contained in:
Miro Hrončok 2023-06-16 12:48:18 +02:00
parent 7c0a9db6b9
commit 9474fc2ced

View File

@ -63,7 +63,7 @@ ln -s %{modname}-%{python3_version} %{buildroot}%{_bindir}/%{modname}-3
ln -sf %{modname}-3 %{buildroot}%{_bindir}/%{modname}
%check
%pytest
%pytest -Wdefault
%files -n python3-%{modname}
%license LICENSE.rst