Skip to content

Commit

Permalink
Update pipenv in tests to work with Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness committed Dec 12, 2021
1 parent 7ebe458 commit 588e914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/pin-pipenv-version-test-app/.s2i/environment
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ENABLE_PIPENV=1
PIN_PIPENV_VERSION=2018.11.26
PIN_PIPENV_VERSION=2021.5.29
2 changes: 1 addition & 1 deletion examples/pin-pipenv-version-test-app/app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

echo "Testing PIN_PIPENV_VERSION (set in .s2i/environment) ..."
pipenv_version=`pipenv --version`
expected="pipenv, version 2018.11.26"
expected="pipenv, version 2021.5.29"
if [ "$pipenv_version" != "$expected" ]; then
echo "ERROR: pipenv version is different than expected."
echo "Expected: ${expected}"
Expand Down

0 comments on commit 588e914

Please sign in to comment.