Only treat warnings from `pytest_bdd` as exceptions

This commit is contained in:
Alessio Bogon 2024-09-21 22:29:01 +02:00
parent 5f717c4278
commit 0fe44191c8
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
[pytest]
testpaths = tests
filterwarnings =
error
# only ignore errors from the pytest_bdd package
error:::(src)?\.pytest_bdd.*