We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f85660 + 4ba45b3 commit e539625Copy full SHA for e539625
tests/requirements/compile.py
@@ -75,14 +75,14 @@ def run(*args, **kwargs):
75
print("Upgrading pip-tools")
76
for py_ver in {key.split("-")[0] for key in COMPILE_SETTINGS.keys()}:
77
args = [
78
- f"python{py_ver[2]}.{py_ver[3:]}",
79
- "-m",
80
- "pip",
81
- "install",
82
- "--upgrade",
83
- "pip-tools",
84
- "pip==24.3.1",
85
- "--break-system-packages",
+ f"python{py_ver[2]}.{py_ver[3:]}",
+ "-m",
+ "pip",
+ "install",
+ "--upgrade",
+ "pip-tools",
+ "pip==24.3.1",
+ "--break-system-packages",
86
]
87
subprocess.run(args, capture_output=True, check=False)
88
0 commit comments