File python-tinycss2-disable-flake8-isort-for-pytest.patch of Package python-tinycss2
diff --git a/setup.cfg b/setup.cfg index ae602ff..a6452e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ test = pytest universal = 1 [tool:pytest] -addopts = --cov=tinycss2 --flake8 --isort tinycss2/test.py +addopts = --cov=tinycss2 tinycss2/test.py norecursedirs = dist .cache .git build *.egg-info .eggs venv [egg_info]