1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/unit/resolution_resolvelib
Klaas van Schelven 5d7a1a68c7 Respect --no-index from the requirements file
See #11276

SearchScope was extended with an extra parameter to be able to pass-on the
value of no_index as we do with the other parameters. This allows us to respect
its value regardless of the order in which options are evaluated.
2022-07-20 15:55:17 +02:00
..
__init__.py Run mypy on the tests directory 2021-08-22 09:57:26 -06:00
conftest.py Respect --no-index from the requirements file 2022-07-20 15:55:17 +02:00
test_provider.py fixed some spelling mistakes 2022-06-14 21:24:58 +02:00
test_requirement.py Migrate tests to use pathlib.Path 2022-06-08 19:58:46 +08:00
test_resolver.py Remove --use-deprecated=backtrack-on-build-failures 2022-07-15 08:27:23 +01:00