diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-23 13:32:29 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-23 13:32:29 -0400 |
| commit | dce380e100840575d0477f7e6afb136701599055 (patch) | |
| tree | e241c58aac9c86213727dd894f0091984783315b /tests | |
| parent | e1b4250bceedcc44ae9c3dc7d960bbca885bb27c (diff) | |
| download | external_python_setuptools-dce380e100840575d0477f7e6afb136701599055.tar.gz external_python_setuptools-dce380e100840575d0477f7e6afb136701599055.tar.bz2 external_python_setuptools-dce380e100840575d0477f7e6afb136701599055.zip | |
Remove dependency on virtualenv. Setuptools' tests don't require it except pytest-virtualenv, which declares it.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt index 0c4df8ef..44e76edb 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,4 +3,3 @@ mock pytest-flake8 pytest-virtualenv>=1.2.7 pytest>=3.0.2 -virtualenv |
