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.
1 parent 43c9e0b commit a4fab46Copy full SHA for a4fab46
tests/conftest.py
@@ -89,8 +89,6 @@ def __init__(self, env_dir: Path, *, wheelhouse: Path | None = None) -> None:
89
self.purelib = Path(
90
self.execute("import sysconfig; print(sysconfig.get_path('purelib'))")
91
)
92
- if sys.version_info >= (3, 13):
93
- self.run("pip", "install", "-U", "pip>=24.1")
94
95
@overload
96
def run(self, *args: str, capture: Literal[True]) -> str: ...
0 commit comments