From 90dafaef06809eab8fb1dda8bc0955b959fe1e23 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 27 Feb 2022 10:38:30 +0100 Subject: Add a testutil extra-require and add gitpython to it (#5842) Closes #5486 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 1699b1f32..26318dd7c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,6 +56,9 @@ install_requires = typing-extensions>=3.10.0;python_version<"3.10" python_requires = >=3.6.2 +[options.extras_require] +testutil=gitpython>3 + [options.packages.find] include = pylint* -- cgit v1.2.1