diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-19 14:06:35 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-19 15:05:26 -0500 |
| commit | 6d4e23882a5b1e1f31fb452aaad9d19cf0d02604 (patch) | |
| tree | 571fa87a7dab690a86fc611a716e433d279d21ff /setup.cfg | |
| parent | 7cd8b4966a6e7186ff45fe1f1c09a58f8a678113 (diff) | |
| download | external_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.cfg | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |
