Move PytestExerimentalApiWarning to warning_types
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -229,8 +229,8 @@ filterwarnings =
|
||||
ignore:.*type argument to addoption.*:DeprecationWarning
|
||||
# produced by python >=3.5 on execnet (pytest-xdist)
|
||||
ignore:.*inspect.getargspec.*deprecated, use inspect.signature.*:DeprecationWarning
|
||||
#pytests own futurewarnings
|
||||
ignore::_pytest.experiments.PytestExerimentalApiWarning
|
||||
# pytest's own futurewarnings
|
||||
ignore::pytest.PytestExerimentalApiWarning
|
||||
pytester_example_dir = testing/example_scripts
|
||||
[flake8]
|
||||
max-line-length = 120
|
||||
|
||||
Reference in New Issue
Block a user