aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-01-19 14:06:35 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-01-19 15:05:26 -0500
commit6d4e23882a5b1e1f31fb452aaad9d19cf0d02604 (patch)
tree571fa87a7dab690a86fc611a716e433d279d21ff /setup.cfg
parent7cd8b4966a6e7186ff45fe1f1c09a58f8a678113 (diff)
downloadexternal_python_setuptools-6d4e23882a5b1e1f31fb452aaad9d19cf0d02604.tar.gz
external_python_setuptools-6d4e23882a5b1e1f31fb452aaad9d19cf0d02604.tar.bz2
external_python_setuptools-6d4e23882a5b1e1f31fb452aaad9d19cf0d02604.zip
Move test dependencies to package metadata.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index bef019ee..87c25a62 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -57,3 +57,16 @@ ssl =
wincertstore==0.2; sys_platform=='win32'
certs =
certifi==2016.9.26
+tests =
+ mock
+ pytest-flake8
+ flake8-2020; python_version>="3.6"
+ virtualenv>=13.0.0
+ pytest-virtualenv>=1.2.7
+ pytest>=3.7
+ wheel
+ coverage>=4.5.1
+ pytest-cov>=2.5.1
+ paver; python_version>="3.6"
+ futures; python_version=="2.7"
+ pip>=19.1 # For proper file:// URLs support.