diff --git a/pytest.ini b/pytest.ini index 75036b6..5d49701 100644 --- a/pytest.ini +++ b/pytest.ini @@ -6,15 +6,10 @@ python_files = addopts = --doctest-modules --cov python_utils - --cov-report html --cov-report term-missing --mypy -flake8-ignore = - *.py W391 - docs/*.py ALL - -doctest_optionflags = +doctest_optionflags = ALLOW_UNICODE ALLOW_BYTES diff --git a/setup.py b/setup.py index 5f168e6..e2c5962 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,6 @@ 'pytest', 'pytest-cov', 'pytest-mypy', - 'pytest-flake8', 'pytest-asyncio', 'sphinx', 'types-setuptools',