From f4ebe3f5451c76dd7c33874e0bb4e011e9cd74f8 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 30 Jul 2016 18:00:32 +0200 Subject: [PATCH] Use only one job for flake8 See https://gitlab.com/pycqa/flake8/issues/164 --- pytest.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pytest.ini b/pytest.ini index 9bf10c82..ac73d1e1 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,6 @@ [pytest] addopts = --flake8 --isort --cov radicale/ radicale/tests norecursedirs = dist .cache .git build *.egg-info .eggs venv + +[flake8] +jobs=1