Configure pytest to escalate warnings to errors during testing
This commit is contained in:
parent
eba0b24331
commit
9bb82306f4
1 changed files with 5 additions and 0 deletions
|
@ -10,3 +10,8 @@ exclude = '''
|
||||||
| lib
|
| lib
|
||||||
)/
|
)/
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
[tool.pytest.ini_options]
|
||||||
|
filterwarnings = [
|
||||||
|
"error",
|
||||||
|
]
|
||||||
|
|
Loading…
Reference in a new issue