-
Notifications
You must be signed in to change notification settings - Fork 3
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
Tests fail if python3.8 is not installed #498
Comments
The issue comes from this line in a fixture check_python_has_venv("python3.8", python_test_path) |
Ref #520 |
This should be fixed via 3a2e47a |
After some digging, it turns out that this is hard to solve due to the twofold use of our tests (testing tasks running locally or via slurm on a docker slurm cluster).
The goal (letting someone without python3.9 run the CI) is not worth the effort (splitting the fixture into two functions, one for each case), IMHO. Won't fix. |
For the record, this is how we would add python3.11 from the Dockerfile
|
No description provided.
The text was updated successfully, but these errors were encountered: