aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_virtualenv.py
Commit message (Collapse)AuthorAgeFilesLines
* add a test to catch unvendored dependenciesBenoit Pierre2018-11-131-0/+12
|
* Remove pytest marker and code for Python < 2.7Nikolaus Waxweiler2018-10-271-3/+0
|
* Skip tests in test_virtualenv if the prefix is broken on that virtualenv. ↵Jason R. Coombs2018-03-051-0/+15
| | | | Ref #1284.
* Feed the hobgoblins (delint).Jason R. Coombs2018-02-041-0/+4
|
* fix `test_pip_upgrade_from_source` test on Python 2.6Benoit Pierre2017-09-131-0/+4
|
* fix `test` command handling of `extras_require`Benoit Pierre2017-07-261-0/+66
| | | | Also install platform specific requirements in `extras_require`.
* fix possible error when finalizing `install_requires`Benoit Pierre2017-07-151-0/+19
|
* tests: rework clean install testBenoit Pierre2017-07-151-0/+31
Use pytest-virtualenv so the test can be run no Windows too.