From 37b2efcb289a3f9a95931d030892a5d73397ba06 Mon Sep 17 00:00:00 2001 From: Reshetnikov Alexandr Date: Wed, 22 Nov 2023 04:23:50 +0700 Subject: [PATCH] ~ fix tests #1 --- poetry/test_linux.sh | 6 +++--- poetry/test_windows.sh | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/poetry/test_linux.sh b/poetry/test_linux.sh index fb205ee6a..0525ee5ba 100755 --- a/poetry/test_linux.sh +++ b/poetry/test_linux.sh @@ -51,12 +51,12 @@ test_version_plugins() { Dependencies - poetry (>=1.2.0,<2.0.0) - • poetry-plugin-export (1.4.0) Poetry plugin to export the dependencies to various formats + • poetry-plugin-export (1.6.0) Poetry plugin to export the dependencies to various formats 1 application plugin Dependencies - - poetry (>=1.5.0,<2.0.0) - - poetry-core (>=1.6.0,<2.0.0)" "$(../bin/poetry.sh self show plugins)" + - poetry (>=1.6.0,<2.0.0) + - poetry-core (>=1.7.0,<2.0.0)" "$(../bin/poetry.sh self show plugins)" } test_install_from_symlink() { diff --git a/poetry/test_windows.sh b/poetry/test_windows.sh index 3f30d6823..a8e022d30 100755 --- a/poetry/test_windows.sh +++ b/poetry/test_windows.sh @@ -49,7 +49,9 @@ test_install_from_bat() { assertEquals "Installing dependencies from lock file -No dependencies to install or update" "$(../bin/poetry.bat install | dos2unix)" +No dependencies to install or update + +Installing the current project: StandaloneTools (1.0.0)" "$(../bin/poetry.bat install | dos2unix)" } # Load and run shUnit2.