Only treat warnings from `pytest_bdd` as exceptions
This commit is contained in:
parent
5f717c4278
commit
0fe44191c8
|
@ -1,4 +1,5 @@
|
|||
[pytest]
|
||||
testpaths = tests
|
||||
filterwarnings =
|
||||
error
|
||||
# only ignore errors from the pytest_bdd package
|
||||
error:::(src)?\.pytest_bdd.*
|
||||
|
|
Loading…
Reference in New Issue