diff --git a/.ci/test.py b/.ci/test.py index b5bc21a59..946210143 100644 --- a/.ci/test.py +++ b/.ci/test.py @@ -120,7 +120,7 @@ def prepare_env_poetry(p: Plugin, directory: Path) -> bool: subprocess.check_call(['which', 'python3']) subprocess.check_call([ - pip3, 'install', '-U', *pip_opts, 'pip', 'wheel', 'poetry' + pip3, 'install', '-U', *pip_opts, 'pip', 'wheel', 'poetry==1.7.1' ], cwd=p.path.parent) # Install pytest (eventually we'd want plugin authors to include