Skip to content

Commit

Permalink
--no-root
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Nov 21, 2023
1 parent 1274da9 commit ca2b0f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry/test_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ test_install_from_symlink() {

ln -sf "$(readlink -f ../bin/poetry.sh)" /usr/local/bin/poetry

assertEquals "$poetry_install_stdout" "$(poetry install)"
assertEquals "$poetry_install_stdout" "$(poetry install --no-root)"
}

test_install_from_sh() {
Expand Down
2 changes: 1 addition & 1 deletion poetry/test_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ test_install_from_path() {
path_with_poetry="$PATH;$(readlink -f ../bin)"
export PATH="$path_with_poetry"

poetry_install_stdout="$(poetry install | dos2unix)"
poetry_install_stdout="$(poetry install --no-root | dos2unix)"

assertEquals "$(echo "$poetry_install_stdout_etalon" | head -4)" "$(echo "$poetry_install_stdout" | head -4)"
}
Expand Down

0 comments on commit ca2b0f3

Please sign in to comment.