Rename `tox_pip.py` to `protected_pip.py`

This is in line with what the only point of use (in noxfile.py) calls
this.
This commit is contained in:
Pradyun Gedam 2022-04-29 16:10:26 +01:00
parent cdeb8f9e63
commit 1a2d2a188f
No known key found for this signature in database
GPG Key ID: FF99710C4332258E
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ nox.options.sessions = ["lint"]
LOCATIONS = {
"common-wheels": "tests/data/common_wheels",
"protected-pip": "tools/tox_pip.py",
"protected-pip": "tools/protected_pip.py",
}
REQUIREMENTS = {
"docs": "docs/requirements.txt",