index
:
delta/python-setuptools-git.git
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1390-description-no-newlines
bugfix/1390-lenient-description
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/1996-no-bootstrap
bugfix/2129-better-egg-detection
bugfix/2232-just-break-pip-upgrade
bugfix/2232-ubuntu-patch
bugfix/2471-remove-deps
bugfix/2906-distutils-race
bugfix/2938-easy-install-schemes
bugfix/2993-get-pip-exemption
bugfix/2993-redux
bugfix/3026-sysconfig-vars-in-easy-install
bugfix/3073-old-setuptools
bugfix/3452-unconditional-workaround
bugfix/3452-warn
bugfix/3525-error
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/deprecate-setup-requires
debt/deprecate-version
debt/drop-py35
debt/remove-RequirementParseError
debt/remove-easy-install
debt/remove-legacy-version
debt/update-packaging
dev/adopt_bdist_wheel
dev/avoid_wheel_unstable_api
dev/core_metadata
dev/egg_info_requires
dev/simplified_wheelbuilder
dev/untangle_editable_wheel
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
distutils-refresh
docs/auto-merge
docs/distutils-porting
dont-normalize
drop-py26
export-pkg-resources
feature/1246-utf-8-in-scripts
feature/1696-update-vendored-deps
feature/2093-docs-revamp
feature/2550-build-from-source
feature/deprecate-2to3
feature/deprecate-installer
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/distutils-8c160a9693
feature/distutils-bb018f1ac3
feature/distutils-docs
feature/distutils-hack-startup-perf
feature/drop-fetch-build-eggs-easy-install-fallback
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/limit-distutils-hack-pip-workaround
feature/local-distutils
feature/local-schemes
feature/logging
feature/pip-options-alignment
feature/plugins-enabled-by-default
feature/pyopenssl-fallback
feature/refactor-parse-requirements
feature/remove-distutils-hack-pip-workaround
feature/remove-easy-install
feature/remove-eggsecutable
feature/restore-editable-pythonpath
feature/sic-versions-in-commands
feature/simple-dist-name-in-scripts
feature/skeleton
feature/test-as-installed
feature/tox-venv
feature/unvendor
feature/vendor-jaraco-text
feature/vendor-pkg-resources
feature/vendoring
feature/version-in-cfg
feature/xenial-py37
fix/2529
include-pypy
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
jaraco-path-build
license-files-generator
main
maint/44.x
master
pr/1521
pr1887-rebase
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
workaround/2495-clean-indentation
workaround/2495-no-install-requires
github.com: pypa/setuptools.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setuptools
/
tests
/
test_virtualenv.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adequate venv fixtures to the latest change in virtualenv
Anderson Bravalheri
2023-05-02
1
-2
/
+2
*
Add support for testing pip<23 and drop support for pip<20.
Jason R. Coombs
2022-12-16
1
-2
/
+1
*
xfail more tests on Python 3.12+ for older pips. Ref #3727.
Jason R. Coombs
2022-12-16
1
-3
/
+10
*
xfail tests on Python 3.12+ for older pips. Ref #3727.
Jason R. Coombs
2022-12-16
1
-2
/
+14
*
⚫ Fade to black.
Jason R. Coombs
2022-12-16
1
-10
/
+21
*
[CI] Disable test_pip_upgrade_from_source when network if off
Anderson Bravalheri
2022-03-07
1
-36
/
+20
*
Replace tmp_src fixture with the virtualenv fixtures
Anderson Bravalheri
2022-01-06
1
-64
/
+32
*
Mark test as xfail. Fixes #2975.
Jason R. Coombs
2021-12-26
1
-0
/
+1
*
Remove skipif for Python 3.6, no longer supported.
Jason R. Coombs
2021-12-26
1
-1
/
+0
*
Skip pip@main tests for Python 3.6, no longer supported. Fixes #2874. Use pip...
Jason R. Coombs
2021-11-12
1
-4
/
+9
*
Disable some virtualenv integration tests for PyPy.
Jason R. Coombs
2021-11-10
1
-0
/
+4
*
Drop tests against pip < 20, which no longer work without 'wheel' specified i...
Jason R. Coombs
2021-10-31
1
-8
/
+0
*
Fix usage of virtualenv to ensure that tests are run in the bare virtualenv. ...
Jason R. Coombs
2021-10-19
1
-2
/
+3
*
Tests - Fix url for pip download
Marc Mueller
2021-03-28
1
-1
/
+1
*
Don't bother testing old versions of pip on Python 3.10 and later. Fixes #2599.
Jason R. Coombs
2021-03-07
1
-3
/
+8
*
Rely more on pytest param to append markers.
feature/2550-build-from-source
Jason R. Coombs
2021-02-27
1
-12
/
+7
*
Prefer xfail to skip on known failure mode.
Jason R. Coombs
2021-02-27
1
-7
/
+20
*
Remove pip 19 from the upgrade from source tests.
Jason R. Coombs
2021-02-27
1
-1
/
+3
*
Merge branch 'main' into feature/drop-fetch-build-eggs-easy-install-fallback
feature/drop-fetch-build-eggs-easy-install-fallback
Jason R. Coombs
2021-01-23
1
-14
/
+11
|
\
|
*
Prefer 'rootdir' for resolving the project root.
Jason R. Coombs
2021-01-18
1
-12
/
+10
|
*
Use tmp src copy in `test_clean_env_install`
Sviatoslav Sydorenko
2021-01-18
1
-2
/
+2
|
*
Make `test_pip_upgrade_from_source` xdist-friendly
Sviatoslav Sydorenko
2021-01-18
1
-2
/
+2
*
|
Remove support for easy_install-based downloads for fetch_build_eggs (setup_r...
Jason R. Coombs
2021-01-17
1
-5
/
+0
|
/
*
Disable index URL in pip-based fetch_build_eggs to avoid hitting PyPI.
Jason R. Coombs
2020-12-28
1
-0
/
+2
*
In test_test_command_install_requirements, uninstall setuptools to avoid gett...
Jason R. Coombs
2020-12-28
1
-0
/
+2
*
Fix tests with pytest 6.2
Chih-Hsuan Yen
2020-12-13
1
-2
/
+1
*
Fix test_test_command_install_requirements with pip 20.3+
Chih-Hsuan Yen
2020-12-12
1
-1
/
+3
*
Use 'virtualenv.python'. Fixes #2434.
Jason R. Coombs
2020-10-17
1
-2
/
+3
*
Remove Python 2 compatibility
Jason R. Coombs
2020-08-16
1
-11
/
+0
*
Avoid reliance on shell details in test_virtualenv.
Jason R. Coombs
2020-05-15
1
-10
/
+5
*
Avoid reliance on shell details in test_virtualenv.
Jason R. Coombs
2020-05-15
1
-4
/
+1
*
Rewrite selective PIP_IGNORE_REQUIRES_PYTHON to allow test dependencies in me...
Jason R. Coombs
2020-01-20
1
-0
/
+11
*
👹 Feed the hobgoblins (delint).
Jason R. Coombs
2020-01-19
1
-5
/
+7
*
Merge pull request #1908 from benoit-pierre/drop_py34_support
Jason R. Coombs
2020-01-01
1
-4
/
+1
|
\
|
*
drop support for Python 3.4
Benoit Pierre
2019-11-15
1
-4
/
+1
*
|
dist: re-implement `fetch_build_egg` to use pip
Benoit Pierre
2019-11-15
1
-6
/
+12
|
/
*
tests: fix `test_pip_upgrade_from_source` on Python 3.4
Benoit Pierre
2019-07-23
1
-1
/
+6
*
Automatically skip tests that require network
Paul Ganssle
2019-02-23
1
-10
/
+41
*
tests: improve `test_pip_upgrade_from_source`
Benoit Pierre
2019-02-22
1
-1
/
+15
*
Feed the hobgoblins (delint).
Jason R. Coombs
2019-01-26
1
-2
/
+1
*
add a test to catch unvendored dependencies
Benoit Pierre
2018-11-13
1
-0
/
+12
*
Remove pytest marker and code for Python < 2.7
Nikolaus Waxweiler
2018-10-27
1
-3
/
+0
*
Skip tests in test_virtualenv if the prefix is broken on that virtualenv. Ref...
Jason R. Coombs
2018-03-05
1
-0
/
+15
*
Feed the hobgoblins (delint).
Jason R. Coombs
2018-02-04
1
-0
/
+4
*
fix `test_pip_upgrade_from_source` test on Python 2.6
Benoit Pierre
2017-09-13
1
-0
/
+4
*
fix `test` command handling of `extras_require`
Benoit Pierre
2017-07-26
1
-0
/
+66
*
fix possible error when finalizing `install_requires`
Benoit Pierre
2017-07-15
1
-0
/
+19
*
tests: rework clean install test
Benoit Pierre
2017-07-15
1
-0
/
+31