Skip to content

Commit

Permalink
Remove 2020-resolver (#745)
Browse files Browse the repository at this point in the history
The 2020-resolver is no longer available in pip 22.3
  • Loading branch information
WilliamBergamin committed Oct 19, 2022
1 parent 1a3ff44 commit 71c89cc
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/maintainers_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,6 @@ $ python -m venv env_3.8.5
$ source env_3.8.5/bin/activate
```

### Additional settings for pip

pip 20.2 introduced a new flag to test the upcoming change: https://discuss.python.org/t/announcement-pip-20-2-release/4863/2
Turn on the feature on your local machine for testing it. Just running the following command helps you turn it on.

```bash
pip config set global.use-feature 2020-resolver
```

The following file should be generated.

```yaml
# ~/.config/pip/pip.conf
[global]
use-feature = 2020-resolver
```

## Tasks

### Testing
Expand Down

0 comments on commit 71c89cc

Please sign in to comment.