aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLeonardo Rochael Almeida <leorochael@gmail.com>2017-07-31 16:07:52 -0300
committerLeonardo Rochael Almeida <leorochael@gmail.com>2017-07-31 16:10:54 -0300
commit80848f95f295464639bfd349e62d40d2e279fa76 (patch)
treea986da70519a4bde3e121aafd015395c0e703e73 /tests
parentd59415c6921bcb1282feffcf104d18949040b404 (diff)
downloadexternal_python_setuptools-80848f95f295464639bfd349e62d40d2e279fa76.tar.gz
external_python_setuptools-80848f95f295464639bfd349e62d40d2e279fa76.tar.bz2
external_python_setuptools-80848f95f295464639bfd349e62d40d2e279fa76.zip
pytest-virtualenv does not require virtualenv
But our tests do, one that provides `--no-wheel`.
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 c9413b86..4761505f 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1,5 +1,6 @@
importlib; python_version<"2.7"
mock
pytest-flake8; python_version>="2.7"
+virtualenv>=13.0.0
pytest-virtualenv>=1.2.7
pytest>=3.0.2