Skip to content

Commit 61b7de2

Browse files
committed
Fixes tests
1 parent 697d2af commit 61b7de2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/validate_slim.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ echo "pip install lxml" > extra.txt
1313
t_run "pip-containerize new --slim --prefix tykky_test requirements.txt" "Creating slim container works"
1414
t_run "singularity exec tykky_test/container.sif cat /etc/os-release | grep 'Debian'" "Slim container is actually using debian"
1515
t_run "pip-containerize update --post-install extra.txt tykky_test" "Updating a slim container works"
16-
t_run "pip-containerize new --slim --pyver 3.13.2-slim-bullseye --prefix tykky_test2 requirements.txt | grep 'Python 3.13.2'" "--pyver flag does not break"
17-
t_run "tykky_test2/bin/python --version | grep 'Python 3.13.2" "Correct python version used"
16+
t_run "pip-containerize new --slim --pyver 3.13.2-slim-bullseye --prefix tykky_test2 requirements.txt" "--pyver flag does not break"
17+
t_run "tykky_test2/bin/python --version | grep 'Python 3.13.2'" "Correct python version used"

0 commit comments

Comments
 (0)