Skip to content

Commit

Permalink
Merge pull request #1097 from uselagoon/py312-setuptools
Browse files Browse the repository at this point in the history
tests: remove setuptools test from 3.12
  • Loading branch information
tobybellwood authored Sep 5, 2024
2 parents 64635c2 + 549b674 commit 2981107
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helpers/TESTING_base_images_dockercompose.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ docker compose exec -T python-3-12 sh -c "python -V" | grep "3.12"

# python-3-12 should have basic tools installed
docker compose exec -T python-3-12 sh -c "pip list --no-cache-dir" | grep "pip"
docker compose exec -T python-3-12 sh -c "pip list --no-cache-dir" | grep "setuptools"
docker compose exec -T python-3-12 sh -c "pip list --no-cache-dir" | grep "virtualenv"

# python-3-12 should be serving content
Expand Down

0 comments on commit 2981107

Please sign in to comment.