Skip to content

Commit a4fab46

Browse files
committed
tests: remove old workaround for 3.13 betas
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 43c9e0b commit a4fab46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ def __init__(self, env_dir: Path, *, wheelhouse: Path | None = None) -> None:
8989
self.purelib = Path(
9090
self.execute("import sysconfig; print(sysconfig.get_path('purelib'))")
9191
)
92-
if sys.version_info >= (3, 13):
93-
self.run("pip", "install", "-U", "pip>=24.1")
9492

9593
@overload
9694
def run(self, *args: str, capture: Literal[True]) -> str: ...

0 commit comments

Comments
 (0)