-
Notifications
You must be signed in to change notification settings - Fork 23
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
Upgrade requirements #193
Upgrade requirements #193
Conversation
Fix a bug in `services_qs` ordering in search api and add tests for 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.
Build is now failing, maybe this could help: backports.zoneinfo;python_version<"3.9"
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.
Build is still failing, needs to be fixed first.
@mhieta I think the issue is that Dockerized environment has Python version 3.8 and CI configuration version 3.10. |
Change CI configuration Python version to match the Dockerized environment Python version.
This change was prompted by Flake8 check.
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.
LGTM!
Description
Upgrade project requirements and fix a bug that occurred in tests after the upgrade.
Context
Refs
How Has This Been Tested?
Some manual testing locally and a new test for the found bug.