Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

Feature/poetry 1.1.6 #34

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ for env_file in $BUILDPACK_VARIABLES ; do
done

if [ -z "${POETRY_VERSION:-}" ] ; then
export POETRY_VERSION=1.1.5
export POETRY_VERSION=1.1.6
log "No Poetry version specified in POETRY_VERSION config var. Defaulting to $POETRY_VERSION."
else
log "Using Poetry version from POETRY_VERSION config var: $POETRY_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/compile-export_dev.stdout.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-----> No Poetry version specified in POETRY_VERSION config var. Defaulting to 1.1.5.
-----> No Poetry version specified in POETRY_VERSION config var. Defaulting to 1.1.6.
-----> Generate requirements.txt with Poetry
-----> Install Poetry
>>> mocked curl call <<<
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/compile-force_python_version.stdout.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-----> No Poetry version specified in POETRY_VERSION config var. Defaulting to 1.1.5.
-----> No Poetry version specified in POETRY_VERSION config var. Defaulting to 1.1.6.
-----> Generate requirements.txt with Poetry
-----> Install Poetry
>>> mocked curl call <<<
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/compile-invalid_python_version.stdout.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-----> No Poetry version specified in POETRY_VERSION config var. Defaulting to 1.1.5.
-----> No Poetry version specified in POETRY_VERSION config var. Defaulting to 1.1.6.
-----> Generate requirements.txt with Poetry
-----> Install Poetry
>>> mocked curl call <<<
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/compile-no_vars_success.stdout.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-----> No Poetry version specified in POETRY_VERSION config var. Defaulting to 1.1.5.
-----> No Poetry version specified in POETRY_VERSION config var. Defaulting to 1.1.6.
-----> Generate requirements.txt with Poetry
-----> Install Poetry
>>> mocked curl call <<<
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/compile-skip_runtime_error.stdout.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-----> No Poetry version specified in POETRY_VERSION config var. Defaulting to 1.1.5.
-----> No Poetry version specified in POETRY_VERSION config var. Defaulting to 1.1.6.
-----> Generate requirements.txt with Poetry
-----> Install Poetry
>>> mocked curl call <<<
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/compile-skip_runtime_success.stdout.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-----> No Poetry version specified in POETRY_VERSION config var. Defaulting to 1.1.5.
-----> No Poetry version specified in POETRY_VERSION config var. Defaulting to 1.1.6.
-----> Generate requirements.txt with Poetry
-----> Install Poetry
>>> mocked curl call <<<
Expand Down