From 1a2d2a188fe2a8d5745534d926554ab592c7d68d Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Fri, 29 Apr 2022 16:10:26 +0100 Subject: [PATCH] Rename `tox_pip.py` to `protected_pip.py` This is in line with what the only point of use (in noxfile.py) calls this. --- noxfile.py | 2 +- tools/{tox_pip.py => protected_pip.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tools/{tox_pip.py => protected_pip.py} (100%) diff --git a/noxfile.py b/noxfile.py index 5d5f426c5..9de795fe5 100644 --- a/noxfile.py +++ b/noxfile.py @@ -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", diff --git a/tools/tox_pip.py b/tools/protected_pip.py similarity index 100% rename from tools/tox_pip.py rename to tools/protected_pip.py