diff options
author | Florian Bruhin <me@the-compiler.org> | 2019-02-16 19:50:39 +0100 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2019-02-16 19:59:55 +0100 |
commit | b6a7fc59844722a9118646ceefd72f3115f95bc7 (patch) | |
tree | 28ac495678c6fb1550a63d1713b22d7d9926a075 /pytest.ini | |
parent | 3fd7b58107181b1ff25323b873afdee50cd4d1bc (diff) | |
download | qutebrowser-b6a7fc59844722a9118646ceefd72f3115f95bc7.tar.gz qutebrowser-b6a7fc59844722a9118646ceefd72f3115f95bc7.zip |
Update pytest warnings ignore
We don't need the one for pytest-benchmark anymore, but we need one for
pytest-bdd.
See https://github.com/pytest-dev/pytest-bdd/pull/288
See #4511
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pytest.ini b/pytest.ini index c278b0591..ff2b606ef 100644 --- a/pytest.ini +++ b/pytest.ini @@ -70,5 +70,5 @@ filterwarnings = error # This happens in many qutebrowser dependencies... ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working:DeprecationWarning - # WORKAROUND for https://github.com/ionelmc/pytest-benchmark/issues/124 - ignore:Node\.warn\(code, message\) form has been deprecated, use Node\.warn\(warning_instance\) instead:pytest.PytestDeprecationWarning + # WORKAROUND for https://github.com/pytest-dev/pytest-bdd/pull/288 + ignore:the `pytest\.config` global is deprecated\. Please use `request.config` or `pytest_configure` \(if you're a pytest plugin\) instead\. |