diff options
| -rw-r--r-- | pytest.ini | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,7 +6,7 @@ flake8-ignore = setuptools/py*compat.py F811 doctest_optionflags=ELLIPSIS ALLOW_UNICODE filterwarnings = - # Fail on warnings - error - # https://github.com/pypa/setuptools/issues/1823 - ignore:bdist_wininst command is deprecated + # Fail on warnings + error + # https://github.com/pypa/setuptools/issues/1823 + ignore:bdist_wininst command is deprecated |
