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

Hopefully fixes Orderedict error #1301

Closed
wants to merge 16 commits into from
Closed

Hopefully fixes Orderedict error #1301

wants to merge 16 commits into from

Conversation

Yobmod
Copy link
Contributor

@Yobmod Yobmod commented Jul 28, 2021

Hopefully fixes Orderedict error for py<3.7.2 and py>3.10
Talk about an unstable api!

I added type: ignores to pass mypy for 3.6, and removed the version guard for py<3.10 (typing.OrderedDict gets deprecated in favor or collections.Ordereddict again, but it will still work until 3.12 at least, so can worry about it once 3.6 dropped. Or I guess once 3.7.1 dropped really.

Also added some types that got missed in Symbolic.py

#1300 #1095

Testing on GitHubActions appears to be broken? The last commits all stuck ("Can't find any online and idle self-hosted or hosted runner in the current repository, account/organization that matches the required labels: 'ubuntu-latest'")

@Byron
Copy link
Member

Byron commented Jul 29, 2021

Thanks again for all your help and commitment!

Testing on GitHubActions appears to be broken? The last commits all stuck ("Can't find any online and idle self-hosted or hosted runner in the current repository, account/organization that matches the required labels: 'ubuntu-latest'")

Indeed, that's a bummer. As if fighting python and its ecosystem wasn't enough, now CI breaks as well. I cancelled all stuck jobs and retried, the current one gets stuck right when running pytest. Maybe undo the fixes to the runner image and try again, who knows if there are sideeffects to this.

@Byron Byron added this to the v3.1.21 - Bugfixes milestone Jul 29, 2021
@Yobmod Yobmod mentioned this pull request Jul 31, 2021
@Yobmod
Copy link
Contributor Author

Yobmod commented Jul 31, 2021

Closing this and will re-submit in parts, as CI still not running, but did run on other PRs.

@Yobmod Yobmod closed this Jul 31, 2021
@Yobmod Yobmod reopened this Jul 31, 2021
@Yobmod Yobmod closed this Jul 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants