Don't treat DeprecationWarnings as failures in %check
This commit is contained in:
parent
7c0a9db6b9
commit
9474fc2ced
@ -63,7 +63,7 @@ ln -s %{modname}-%{python3_version} %{buildroot}%{_bindir}/%{modname}-3
|
|||||||
ln -sf %{modname}-3 %{buildroot}%{_bindir}/%{modname}
|
ln -sf %{modname}-3 %{buildroot}%{_bindir}/%{modname}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest
|
%pytest -Wdefault
|
||||||
|
|
||||||
%files -n python3-%{modname}
|
%files -n python3-%{modname}
|
||||||
%license LICENSE.rst
|
%license LICENSE.rst
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user