Skip to content

Commit 91ef556

Browse files
committed
bump
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 5774fbc commit 91ef556

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def pip_run(*args: str, **kwargs: Any) -> CompletedProcess:
4848
return res
4949

5050

51-
def pip_install(*args: str, side_packages_dir: str) -> None:
51+
def pip_install(*args: str, site_packages_dir: str) -> None:
5252
if side_packages_dir is None:
5353
raise RuntimeError()
5454
pip_run(
@@ -84,7 +84,7 @@ def main() -> None:
8484
'zipp>=3.1.0',
8585
'jsonschema-specifications>=2023.03.6',
8686
'typing_extensions>=4',
87-
side_packages_dir=spd
87+
site_packages_dir=spd
8888
)
8989

9090

0 commit comments

Comments
 (0)