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

Tests failing on CPython 2.7 #9

Open
LukeSavefrogs opened this issue Aug 3, 2023 · 2 comments
Open

Tests failing on CPython 2.7 #9

LukeSavefrogs opened this issue Aug 3, 2023 · 2 comments
Labels
testing Issues regarding automated testing or testing in general

Comments

@LukeSavefrogs
Copy link
Owner

Automated tests on CPython 2.7 are failing because of the recent deprecation and removal of the CPython 2.7 image from setup-python repository.

@LukeSavefrogs LukeSavefrogs added the testing Issues regarding automated testing or testing in general label Aug 3, 2023
@LukeSavefrogs
Copy link
Owner Author

Problem

Tests are failing because setup-python fails to install Python 2.7:

image

Cause

This is caused by the deprecation and removal of Python 2.7 by the setup-python maintainers. See:

LukeSavefrogs added a commit that referenced this issue Aug 4, 2023
For more info follow the discussion on issue #9
@LukeSavefrogs
Copy link
Owner Author

For now, the workaround has been to disable tests on Python 2.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Issues regarding automated testing or testing in general
Projects
None yet
Development

No branches or pull requests

1 participant