-
Notifications
You must be signed in to change notification settings - Fork 40
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
2023 build fixes #549
2023 build fixes #549
Conversation
I'm not sure how to get rid of the circleCI checks, I'm guessing they won't go away until Also - I'm marking this as draft for now because I want to play around with the CI environment so that these warnings go away:
Right now the workflows set |
I can also change the repo settings and turn off the CircleCI web hook |
squash 10 debugging commits
8913271
to
65c5d08
Compare
Resolved the error, PR is ready for review now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pushing this forward - just one little request.
tests/test_regression.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if all this classmethod cleanup was necessary or just good practice, but I like it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there were a few sound ways to go about it. Using classmethods looked to me like the easiest transition from our inheritance-based test setup, but pytest also supports unittest based tests - something to keep in mind I guess
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @bennibbelink - I'll monitor the tests and merge when completed (successfully)
Replaces #548 on an upstream branch.