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 CI Failures #915

Merged
merged 2 commits into from Jun 26, 2023
Merged

Fix CI Failures #915

merged 2 commits into from Jun 26, 2023

Conversation

csmarchbanks
Copy link
Member

The first failure looks to be an issue with pypy and asgiref typing, pinning asgiref to a specific version fixes it.

The second failure only shows up in py3.7 and py3.8 but involves tox not being able to run if too new of a version of virtualenv is installed. I am not sure exactly what the issue is but at least this keeps CI working for now. The error is:

AttributeError: module 'virtualenv.create.via_global_ref.builtin.cpython.mac_os' has no attribute 'CPython3macOsFramework

Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
@csmarchbanks csmarchbanks merged commit f79049a into master Jun 26, 2023
12 checks passed
@csmarchbanks csmarchbanks deleted the fix-ci branch June 26, 2023 17:37
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.

None yet

2 participants