Skip to content

Commit

Permalink
up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Mar 28, 2024
1 parent 95e3051 commit 482f5b6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions poetry/test_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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)"
}

Expand Down

0 comments on commit 482f5b6

Please sign in to comment.