Don't treat DeprecationWarnings as failures in %check
This commit is contained in:
parent
cf36b6d7c5
commit
0a6921db2a
@ -85,7 +85,7 @@ popd
|
|||||||
%check
|
%check
|
||||||
# deselect the test_exclude_patterns test case as it's failing
|
# deselect the test_exclude_patterns test case as it's failing
|
||||||
# when we set PYTHONPATH: https://github.com/pallets/werkzeug/issues/2404
|
# when we set PYTHONPATH: https://github.com/pallets/werkzeug/issues/2404
|
||||||
%pytest --deselect tests/test_serving.py::test_exclude_patterns
|
%pytest -Wdefault --deselect tests/test_serving.py::test_exclude_patterns
|
||||||
|
|
||||||
%files -n python3-%{modname}
|
%files -n python3-%{modname}
|
||||||
%license LICENSE.rst
|
%license LICENSE.rst
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user