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

Fix running test suite for python 3.5 #272

Merged
merged 2 commits into from
Jul 16, 2024
Merged

Fix running test suite for python 3.5 #272

merged 2 commits into from
Jul 16, 2024

Conversation

MasterOdin
Copy link
Member

Per actions/setup-python#866, the version of pip bundled with python 3.5 is too old to accept the new SSL certificates that pypi.org uses, so need to set the PIP_TRUSTED_HOST environment variable so that pip ignores the fact that it cannot verify SSL. This does pose a security concern as it opens the door for MITM attacks, so will probably look to drop Python 3.5 support soon.

@MasterOdin MasterOdin merged commit c30d311 into main Jul 16, 2024
22 checks passed
@MasterOdin MasterOdin deleted the MasterOdin-patch-1 branch July 16, 2024 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant