Merge pull request #4408 from blueyed/default-invalid-escape-sequence

tox.ini: do not cause SyntaxWarning with py37  [ci skip]
This commit is contained in:
Daniel Hahler
2018-11-17 20:08:37 +01:00
committed by GitHub

View File

@@ -219,6 +219,8 @@ filterwarnings =
ignore:.*inspect.getargspec.*deprecated, use inspect.signature.*:DeprecationWarning
# pytest's own futurewarnings
ignore::pytest.PytestExperimentalApiWarning
# Do not cause SyntaxError for invalid escape sequences in py37.
default:invalid escape sequence:DeprecationWarning
pytester_example_dir = testing/example_scripts
[flake8]
max-line-length = 120