Skip to content
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

stop running easyconfig unit tests with Python 2.7 #18006

Merged
merged 3 commits into from
Jun 2, 2023

Conversation

boegel
Copy link
Member

@boegel boegel commented Jun 1, 2023

Fix for problem with actions/setup-python:

Error: Version 2.7 with arch x64 not found

Python 2.7 is no longer available in GitHub Actions, see actions/runner-images#7401 and actions/setup-python#672

edit: I was enabling running the tests with Python 3.11 as a replacement, but that re-introduces the problem that was fixed in #10326, because the prune = 0 in setup.cfg doesn't seem to work anymore (see also pypa/setuptools#1807)

…n setup.py sdist' doesn't fully work with Python 3.11 (probably due to a recent setuptools version)
@boegel boegel changed the title stop running easyconfig unit tests with Python 2.7 (and test with Python 3.11 instead) stop running easyconfig unit tests with Python 2.7 Jun 1, 2023
@ocaisa ocaisa merged commit 82919d3 into easybuilders:develop Jun 2, 2023
5 checks passed
@boegel boegel deleted the rip_python27 branch June 2, 2023 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants