diff --git a/pytest.ini b/pytest.ini index ac73d1e..9bf10c8 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,3 @@ [pytest] addopts = --flake8 --isort --cov radicale/ radicale/tests norecursedirs = dist .cache .git build *.egg-info .eggs venv - -[flake8] -jobs=1