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

Python 3.12 test updates #204

Merged
merged 2 commits into from
Jul 12, 2024
Merged

Python 3.12 test updates #204

merged 2 commits into from
Jul 12, 2024

Conversation

frogamic
Copy link
Contributor

@frogamic frogamic commented Jul 9, 2024

Renamed test function calls that are removed in Python 3.
Fixed some test cases that likely were broken but failure was masked by calling an invalid function.
Closes #197

Copy link
Contributor

@hkpeprah hkpeprah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. You will need to sign the CLA for us to merge in the changes.
I'll follow-up to get some 3.12 runners, and probably deprecate the 3.8 ones.

@frogamic
Copy link
Contributor Author

I'm not sure how to sign the CLA, should the automation be leaving a comment on the PR to do so?

@hkpeprah
Copy link
Contributor

Let me double check, it should automatically run and post.

@hkpeprah
Copy link
Contributor

hkpeprah commented Jul 12, 2024

I'm not sure why it failed to post. The Github settings page shows that it did. This should be the link: https://cla-assistant.io/square/pylink?pullRequest=204

@frogamic
Copy link
Contributor Author

I just end up in a loop, as you can see from the screenshot, I am signed in, yet the button still says sign in with GitHub to agree, clicking the button takes me back to the same page.
image

Digging into the console logs, it looks like there is an auth issue, presumably between the cla-assistant app and square?
image

Copy link
Contributor

@hkpeprah hkpeprah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Re-kicked the CLA assistant, and all is good. Thanks for the patch!

As far as I can tell, these tests have been incorrect but failure was
masked until Python 3.12.
@hkpeprah hkpeprah merged commit 09898e7 into square:master Jul 12, 2024
5 checks passed
@frogamic frogamic deleted the python312-test-updates branch July 15, 2024 02:10
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.2.0: Some tests are incompatible with Python 3.12
2 participants