From 482f5b624210b6f41084fe4f9e96f8265500d139 Mon Sep 17 00:00:00 2001 From: Reshetnikov_AS Date: Thu, 28 Mar 2024 16:36:31 +0400 Subject: [PATCH] up tests --- poetry/test_linux.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry/test_linux.sh b/poetry/test_linux.sh index b101bf040..414b676cb 100755 --- a/poetry/test_linux.sh +++ b/poetry/test_linux.sh @@ -32,12 +32,12 @@ Resolving dependencies... Package operations: 6 installs, 0 updates, 0 removals - • Installing certifi (2023.11.17) - • Installing charset-normalizer (3.3.2) - • Installing idna (3.6) - • Installing urllib3 (1.26.18) - • Installing mysqlclient (2.2.1) - • Installing requests (2.28.2) + - Installing certifi (2024.2.2) + - Installing charset-normalizer (3.3.2) + - Installing idna (3.6) + - Installing urllib3 (1.26.18) + - Installing mysqlclient (2.2.1) + - Installing requests (2.28.2) Writing lock file' @@ -47,17 +47,17 @@ test_version() { test_version_plugins() { assertEquals " - • poetry-plugin-sort (0.2.1) Poetry plugin to sort the dependencies alphabetically + - poetry-plugin-sort (0.2.1) Poetry plugin to sort the dependencies alphabetically 1 application plugin Dependencies - poetry (>=1.2.0,<2.0.0) - • poetry-plugin-export (1.6.0) Poetry plugin to export the dependencies to various formats + - poetry-plugin-export (1.7.1) Poetry plugin to export the dependencies to various formats 1 application plugin Dependencies - - poetry (>=1.6.0,<2.0.0) + - poetry (>=1.8.0,<2.0.0) - poetry-core (>=1.7.0,<2.0.0)" "$(../bin/poetry.sh self show plugins)" }