From 0692662bd4b3619216badf186a8d0fe7b5a29034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sun, 4 Oct 2020 19:56:09 +0100 Subject: Remove pytest-flake8 from configuration. flake8 is now run as pre-commit. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index a209093..cd00198 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,6 @@ extras_require = { "construct>=2.9", "mypy", "pre-commit", - "pytest-flake8", "pytest-mypy", "pytest-timeout>=1.3.0", "pytest>=3.6.0", -- cgit v1.2.3