Skip to content

Commit 75d60fd

Browse files
committed
bump
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent e856970 commit 75d60fd

File tree

1 file changed

+0
-1
lines changed
  • tests/_data/infiles/environment/with-extras

1 file changed

+0
-1
lines changed

tests/_data/infiles/environment/with-extras/init.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def pip_run(*args: str, **kwargs: Any) -> CompletedProcess:
4848

4949

5050
def pip_install(*args: str) -> None:
51-
site = None
5251
pip_run(
5352
'install', '--require-virtualenv', '--no-input', '--progress-bar=off', '--no-color',
5453
'--python-version=3.14', # needed for compatibility

0 commit comments

Comments
 (0)