Skip to content

Commit 1a2d2a1

Browse files
committed
Rename tox_pip.py to protected_pip.py
This is in line with what the only point of use (in noxfile.py) calls this.
1 parent cdeb8f9 commit 1a2d2a1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
LOCATIONS = {
2323
"common-wheels": "tests/data/common_wheels",
24-
"protected-pip": "tools/tox_pip.py",
24+
"protected-pip": "tools/protected_pip.py",
2525
}
2626
REQUIREMENTS = {
2727
"docs": "docs/requirements.txt",
File renamed without changes.

0 commit comments

Comments
 (0)