1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/lib
Tzu-ping Chung 50e194f107 Selectively enable user site
The modern virtual environment structure does not allow us to enable
"fake user site" while disabling the global site, so we need to do more
fine-grained configuration to correctly set up test environments for
each test case.

With this done, we can also properly support the stdlib venv ad the test
environment backend, since it basically works identically with modern
virtualenv. The incompatible_with_test_venv is thus removed.
2022-10-28 01:51:13 +08:00
..
__init__.py Merge pull request #11277 from vanschelven/respect-no-index-from-requirements-file 2022-08-30 15:47:51 +08:00
certs.py Move many type comments to annotations 2021-08-10 07:12:32 -07:00
compat.py Apply mypy config override to blocked_signals 2021-11-22 17:05:15 +08:00
configuration_helpers.py Complete type annotations for tests/conftest.py and tests/lib/* 2021-09-29 19:57:29 -07:00
direct_url.py Migrate tests to use pathlib.Path 2022-06-08 19:58:46 +08:00
filesystem.py Drop out-of-tree/in-tree build transition flags 2022-04-08 12:20:36 +01:00
git_submodule_helpers.py Migrate tests to use pathlib.Path 2022-06-08 19:58:46 +08:00
index.py Complete typing of some tests/lib/* files 2021-08-27 09:25:22 -07:00
local_repos.py Migrate tests to use pathlib.Path 2022-06-08 19:58:46 +08:00
options_helpers.py Complete typing of some tests/lib/* files 2021-08-27 09:25:22 -07:00
requests_mocks.py Complete type annotations for tests/conftest.py and tests/lib/* 2021-09-29 19:57:29 -07:00
server.py Use data-dist-info-metadata (PEP 658) to decouple resolution from downloading (#11111) 2022-09-10 11:28:57 +01:00
test_lib.py Do not fail tests on our own deprecation warnings 2022-08-05 09:35:00 +02:00
test_wheel.py Migrate tests to use pathlib.Path 2022-06-08 19:58:46 +08:00
venv.py Selectively enable user site 2022-10-28 01:51:13 +08:00
wheel.py Migrate tests to use pathlib.Path 2022-06-08 19:58:46 +08:00