diff --git a/tox.ini b/tox.ini index 8fe0124f3..337303a98 100644 --- a/tox.ini +++ b/tox.ini @@ -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