Skip to content

Commit 0fe4419

Browse files
committed
Only treat warnings from pytest_bdd as exceptions
1 parent 5f717c4 commit 0fe4419

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pytest.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[pytest]
22
testpaths = tests
33
filterwarnings =
4-
error
4+
# only ignore errors from the pytest_bdd package
5+
error:::(src)?\.pytest_bdd.*

0 commit comments

Comments
 (0)