From 794b564502854ada91198cbd378fc101c7d63932 Mon Sep 17 00:00:00 2001 From: Brady Johnston Date: Fri, 5 Apr 2024 15:58:23 +0800 Subject: [PATCH] add poetry --- tests/install.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/install.py b/tests/install.py index e0b603f1..c70fb132 100644 --- a/tests/install.py +++ b/tests/install.py @@ -13,7 +13,8 @@ def main(): commands = [ f'{python} -m pip install poetry', - f'{python} -m poetry install --with dev', + f'{python} -m poetry install', + f'{python} -m poetry install pytest pytest-cov pytest-snapshot' ] for command in commands: