Move PytestExerimentalApiWarning to warning_types

This commit is contained in:
Bruno Oliveira
2018-09-04 10:48:11 -03:00
parent b818314045
commit 8ce3aeadbf
6 changed files with 28 additions and 18 deletions

View File

@@ -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