From 5bc134288be4d546ca19fbdf0c7918e0cee4d05f Mon Sep 17 00:00:00 2001 From: Reshetnikov_AS Date: Thu, 9 Jan 2025 16:33:14 +0400 Subject: [PATCH] up tests --- poetry/test_linux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry/test_linux.sh b/poetry/test_linux.sh index 96a1cb62a..6063b1fe6 100755 --- a/poetry/test_linux.sh +++ b/poetry/test_linux.sh @@ -54,11 +54,11 @@ test_version_plugins() { - poetry (>=1.8.0,<3.0.0) - poetry-core (>=1.7.0,<3.0.0) - - poetry-plugin-sort (0.2.1) Poetry plugin to sort the dependencies alphabetically + - poetry-plugin-sort (0.3.0) Poetry plugin to sort the dependencies alphabetically 1 application plugin Dependencies - - poetry (>=1.2.0,<2.0.0)" "$(../bin/poetry.sh self show plugins)" + - poetry (>=1.2)" "$(../bin/poetry.sh self show plugins)" } test_install_from_symlink() {