From f5316c143f29a979997e2772cf7652c0aafb6e2c Mon Sep 17 00:00:00 2001 From: Reshetnikov Alexandr Date: Fri, 6 Sep 2024 12:18:20 +0400 Subject: [PATCH] tests --- poetry/test_linux.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry/test_linux.sh b/poetry/test_linux.sh index 2a3175bbb..7c6ea2f26 100755 --- a/poetry/test_linux.sh +++ b/poetry/test_linux.sh @@ -32,10 +32,10 @@ Resolving dependencies... Package operations: 6 installs, 0 updates, 0 removals - - Installing certifi (2024.2.2) + - Installing certifi (2024.8.30) - Installing charset-normalizer (3.3.2) - - Installing idna (3.6) - - Installing urllib3 (1.26.18) + - Installing idna (3.8) + - Installing urllib3 (1.26.20) - Installing mysqlclient (2.2.1) - Installing requests (2.28.2) @@ -47,18 +47,18 @@ test_version() { test_version_plugins() { assertEquals " - - poetry-plugin-sort (0.2.1) Poetry plugin to sort the dependencies alphabetically + - poetry-plugin-export (1.8.0) Poetry plugin to export the dependencies to various formats 1 application plugin Dependencies - - poetry (>=1.2.0,<2.0.0) + - poetry (>=1.8.0,<3.0.0) + - poetry-core (>=1.7.0,<3.0.0) - - poetry-plugin-export (1.7.1) Poetry plugin to export the dependencies to various formats + - poetry-plugin-sort (0.2.1) Poetry plugin to sort the dependencies alphabetically 1 application plugin Dependencies - - poetry (>=1.8.0,<2.0.0) - - poetry-core (>=1.7.0,<2.0.0)" "$(../bin/poetry.sh self show plugins)" + - poetry (>=1.2.0,<2.0.0)" "$(../bin/poetry.sh self show plugins)" } test_install_from_symlink() {