diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 46.4.0 +version = 50.3.0 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org @@ -68,10 +68,12 @@ tests = pytest>=3.7 wheel coverage>=4.5.1 - pytest-cov>=2.5.1 + # Coverage is unbearably slow on PyPy + pytest-cov>=2.5.1; python_implementation != "PyPy" paver; python_version>="3.6" - futures; python_version=="2.7" pip>=19.1 # For proper file:// URLs support. + jaraco.envs + jaraco.test >= 3.1.1; python_version >= "3.6" docs = # Keep these in sync with docs/requirements.txt |
