summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_virtualenv.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into feature/drop-fetch-build-eggs-easy-install-fallbackfeature/drop-fetch-build-eggs-easy-install-fallbackJason R. Coombs2021-01-231-14/+11
|\
| * Prefer 'rootdir' for resolving the project root.Jason R. Coombs2021-01-181-12/+10
| * Use tmp src copy in `test_clean_env_install`Sviatoslav Sydorenko2021-01-181-2/+2
| * Make `test_pip_upgrade_from_source` xdist-friendlySviatoslav Sydorenko2021-01-181-2/+2
* | Remove support for easy_install-based downloads for fetch_build_eggs (setup_r...Jason R. Coombs2021-01-171-5/+0
|/
* Disable index URL in pip-based fetch_build_eggs to avoid hitting PyPI.Jason R. Coombs2020-12-281-0/+2
* In test_test_command_install_requirements, uninstall setuptools to avoid gett...Jason R. Coombs2020-12-281-0/+2
* Fix tests with pytest 6.2Chih-Hsuan Yen2020-12-131-2/+1
* Fix test_test_command_install_requirements with pip 20.3+Chih-Hsuan Yen2020-12-121-1/+3
* Use 'virtualenv.python'. Fixes #2434.Jason R. Coombs2020-10-171-2/+3
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-11/+0
* Avoid reliance on shell details in test_virtualenv.Jason R. Coombs2020-05-151-10/+5
* Avoid reliance on shell details in test_virtualenv.Jason R. Coombs2020-05-151-4/+1
* Rewrite selective PIP_IGNORE_REQUIRES_PYTHON to allow test dependencies in me...Jason R. Coombs2020-01-201-0/+11
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-5/+7
* Merge pull request #1908 from benoit-pierre/drop_py34_supportJason R. Coombs2020-01-011-4/+1
|\
| * drop support for Python 3.4Benoit Pierre2019-11-151-4/+1
* | dist: re-implement `fetch_build_egg` to use pipBenoit Pierre2019-11-151-6/+12
|/
* tests: fix `test_pip_upgrade_from_source` on Python 3.4Benoit Pierre2019-07-231-1/+6
* Automatically skip tests that require networkPaul Ganssle2019-02-231-10/+41
* tests: improve `test_pip_upgrade_from_source`Benoit Pierre2019-02-221-1/+15
* Feed the hobgoblins (delint).Jason R. Coombs2019-01-261-2/+1
* 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. Ref...Jason R. Coombs2018-03-051-0/+15
* 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
* fix possible error when finalizing `install_requires`Benoit Pierre2017-07-151-0/+19
* tests: rework clean install testBenoit Pierre2017-07-151-0/+31