From 9cccb612fcb0b2d7375ef6b7a30cfac48d8a4d25 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 26 Feb 2019 10:18:53 +0100 Subject: Remove pytest-bdd workaround --- pytest.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini index e49a2f4cf..6ea9e5bf1 100644 --- a/pytest.ini +++ b/pytest.ini @@ -68,7 +68,4 @@ qt_log_ignore = ^QPaintDevice: Cannot destroy paint device that is being painted ^DirectWrite: CreateFontFaceFromHDC\(\) failed .* xfail_strict = true -filterwarnings = - error - # 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\. +filterwarnings = error -- cgit v1.2.3-54-g00ecf