Skip to content

Commit 7f95335

Browse files
committed
bump
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent add3976 commit 7f95335

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • tests/_data/infiles/environment/with-extras

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ def pip_run(*args: str, **kwargs: Any) -> CompletedProcess:
4949

5050

5151
def pip_install(*args: str, site_packages_dir: str) -> None:
52-
if side_packages_dir is None:
53-
raise RuntimeError()
5452
pip_run(
5553
'install', '--require-virtualenv', '--no-input', '--progress-bar=off', '--no-color',
5654
'--python-version=3.14', # needed for compatibility/reproducibility

0 commit comments

Comments
 (0)