diff --git a/pytest.ini b/pytest.ini index baef2a8..95365d2 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,5 @@ [pytest] norecursedirs=dist build .tox .eggs -addopts=--doctest-modules --flake8 --black --cov --cov-append doctest_optionflags=ALLOW_UNICODE ELLIPSIS filterwarnings= # https://github.com/pytest-dev/pytest/issues/6928