summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2017-11-02 21:19:39 +0100
committerBenoit Pierre <benoit.pierre@gmail.com>2017-11-26 13:19:48 +0100
commit118edbb2b715c96620b51018c1d28e81f2318053 (patch)
treedbac555fe8af490e6dcd9d097b1fcb590652c70f /tests
parentdce4750aed2d5b0a4ba677b0e308cd10dca2f6ee (diff)
downloadpython-setuptools-git-118edbb2b715c96620b51018c1d28e81f2318053.tar.gz
easy_install: add support for installing from wheels
Note: wheels are installed as eggs, so each install is self-contained and multiple versions of the same package can be installed at the same time. Limitations: - headers are not supported - resulting egg metadata requirements have their markers stripped
Diffstat (limited to 'tests')
-rw-r--r--tests/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt
index 4761505f..38b69247 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -4,3 +4,4 @@ pytest-flake8; python_version>="2.7"
virtualenv>=13.0.0
pytest-virtualenv>=1.2.7
pytest>=3.0.2
+wheel