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 PR tests for python >3.8 #396

Closed
wants to merge 2 commits into from

Conversation

paul-gatewood
Copy link
Contributor

There seems to be a bug with newer versions of pandas that prevents kwargs from being passed through the apply function (specifically passing errors='ignore' to to_numeric in edalize/vivado_reporting.py). Pinning pandas to v2.0.3 appears to have fixed the issue for now.

I also added GOLDEN_RUN to pass through to tox.

Paul Gatewood added 2 commits October 6, 2023 14:27
There seems to be a bug with newer versions of pandas that prevents
kwargs from being passed through the apply function (specifically
passing errors='ignore' to to_numeric in edalize/vivado_reporting.py).
Pinning pandas to v2.0.3 appears to have fixed the issue for now.

I also added GOLDEN_RUN to pass through to tox.
Well, my previous attempt at a fix broke some other stuff. I pinned
pandas to <= 2.0.3, since that version isn't available for python 3.7. I
also changed a version check in edatool to prevent subprocess.run from
being used for python 3.7.
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