forked from pool/python-pytest-benchmark
c6a254c99f
* Ignore DeprecationWarning, some of our dependancies use pkg_resources. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-benchmark?expand=0&rev=26
13 lines
513 B
Diff
13 lines
513 B
Diff
Index: pytest-benchmark-4.0.0/pytest.ini
|
|
===================================================================
|
|
--- pytest-benchmark-4.0.0.orig/pytest.ini
|
|
+++ pytest-benchmark-4.0.0/pytest.ini
|
|
@@ -32,6 +32,7 @@ testpaths =
|
|
# Idea from: https://til.simonwillison.net/pytest/treat-warnings-as-errors
|
|
filterwarnings =
|
|
error
|
|
+ ignore::DeprecationWarning
|
|
# You can add exclusions, some examples:
|
|
# ignore:'pytest_benchmark' defines default_app_config:PendingDeprecationWarning::
|
|
# ignore:The {{% if:::
|