Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 2020-resolver #745

Merged
merged 1 commit into from
Oct 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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