Skip to content

Commit c4d7d65

Browse files
Remove 2020-resolver
The 2020-resolver is no longer available in pip 22.3
1 parent 1a3ff44 commit c4d7d65

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/maintainers_guide.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,6 @@ $ python -m venv env_3.8.5
3939
$ source env_3.8.5/bin/activate
4040
```
4141

42-
### Additional settings for pip
43-
44-
pip 20.2 introduced a new flag to test the upcoming change: https://discuss.python.org/t/announcement-pip-20-2-release/4863/2
45-
Turn on the feature on your local machine for testing it. Just running the following command helps you turn it on.
46-
47-
```bash
48-
pip config set global.use-feature 2020-resolver
49-
```
50-
51-
The following file should be generated.
52-
53-
```yaml
54-
# ~/.config/pip/pip.conf
55-
[global]
56-
use-feature = 2020-resolver
57-
```
58-
5942
## Tasks
6043

6144
### Testing

0 commit comments

Comments
 (0)