Skip to content

Commit 35a79a1

Browse files
committed
bump
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent fdab0dd commit 35a79a1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def pip_run(*args: str, **kwargs: Any) -> CompletedProcess:
5050
def pip_install(*args: str) -> None:
5151
pip_run(
5252
'install', '--require-virtualenv', '--no-input', '--progress-bar=off', '--no-color',
53-
'--python-version=3.14', # needed for compatibility
53+
'--python-version=3.14', # needed for compatibility/reproducibility
5454
'--only-binary=:all:',
5555
'-t', join(env_dir, 'lib', f'python{version_info[0]}.{version_info[1]}', 'site-packages'),
5656
'-c', constraint_file, # needed for reproducibility

0 commit comments

Comments
 (0)