-
Notifications
You must be signed in to change notification settings - Fork 324
Python 3.12-minimal container failed on OpenShift 4 - RHEL8 #733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Does it make sense to increase version? https://github.com/sclorg/django-ex/blob/2.2.x/requirements.txt#L4 |
Adding these three packages |
I guess, this file https://github.com/sclorg/django-ex/blob/2.2.x/requirements.txt should be modified so it is able to consume as version 3.11 as version 3.12. |
Container image with Python 3.12 should not use Django 2.2.x with the old psycopg-binary package. That's the reason why we implemented this: #731 Where is the definition telling the test to use 2.2.x branch for Python 3.12? We should fix it as we did it in the mentioned PR. |
Here: https://github.com/sclorg/s2i-python-container/blob/master/test/test-lib-python.sh#L100. I will fix it. Thanks good point. |
in case of VERSIONS '3.11' and '3.12' use branch '4.2.X' otherwise use branch '2.2.X' Fixes: #733 Signed-off-by: Petr "Stone" Hracek <[email protected]>
in case of VERSIONS '3.11' and '3.12' use branch '4.2.X' otherwise use branch '2.2.X' Fixes: #733 Signed-off-by: Petr "Stone" Hracek <[email protected]>
in case of VERSIONS '3.11' and '3.12' use branch '4.2.X' otherwise use branch '2.2.X' Fixes: #733 Signed-off-by: Petr "Stone" Hracek <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
During the testing of Python 3.12-minimal container on OpenShift 4 it failed here on RHEL8:
Test case is
test_python_s2i_templates
The text was updated successfully, but these errors were encountered: