1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests
Andy Freeland 3eef588a03 Support '--use-feature' in requirements files
This patch adds support for `--use-feature` in requirements files
so that a project that wants all contributors using the same pip
features can specify it in the requirements file. For example, to ensure
a requirements file uses the new resolver:

```
--use-feature=2020-resolver
boto3
boto3==1.13.13
```

This is a new version of #8293.
2020-07-18 16:08:47 -07:00
..
data Merge pull request #8534 from chrahunt/thoroughly-test-header-installation 2020-07-08 17:21:47 -04:00
functional Merge pull request #8424 from jku/8288-deprecate-nonconforming-extras 2020-07-15 18:03:00 +05:30
lib Merge pull request #8189 from gutsytechster/remove_raise_for_status 2020-07-15 18:06:27 +05:30
unit Support '--use-feature' in requirements files 2020-07-18 16:08:47 -07:00
yaml Fix YAML tests to reflect the new resolver error 2020-06-25 15:00:21 +08:00
__init__.py Port to Python3 2011-03-15 15:49:48 -04:00
conftest.py Add basic test coverage configuration 2020-07-07 21:58:55 -04:00