From 5e8c8217744f266fc92ed8b42de28b999c93dab8 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 30 Mar 2023 15:27:17 +0100 Subject: [PATCH] leave the install of coverage,flake8, pylint and spinx to the scripts --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index d8cd49d4..7302daa7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -58,11 +58,8 @@ include = [options.extras_require] test = - flake8 >= 5 - coverage >= 4.4, < 5.0 # pytest will be brought in by pytest-cov pytest-cov testfixtures - sphinx >= 2 httpretty != 1.0.0