-
Notifications
You must be signed in to change notification settings - Fork 45
Refactor/pgstac version tests #305
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
Refactor/pgstac version tests #305
Conversation
| "brotli_asgi", | ||
| "cql2>=0.3.6", | ||
| "pypgstac>=0.8,<0.10", | ||
| "pypgstac>=0.9,<0.10", |
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.
This could be considered as a breaking change but IMO a minor version release should be fine
7d9938b to
ff7b02b
Compare
…ils/stac-fastapi-pgstac into refactor/pgstac-version-tests
|
tests ran at https://github.com/stac-utils/stac-fastapi-pgstac/actions/runs/18879804290 🟢 it takes around 16min now, I'll create an issue to try to reduce this |
* check potential issue with change of collection body * adapt tests * more tests * update * update docs * remove space * Update README.md * exclude hydrate markers * Refactor/pgstac version tests (#305) * update pypgstac version and tests multiple versions * use python 3.11 * revert --------- Co-authored-by: Pete Gadomski <[email protected]>
| "0.9.8", | ||
| ], | ||
| autouse=True, | ||
| ) |
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.
ref #318
🤦 we are not using the version anywhere so we end up only testing the latest version provided by pypgstac
in #303 the tests are failing because we install
pypgstac==0.8.xwhich doesn't use thehydraterspackage.We can still tests PgSTAC
0.8.xbut using pypgstac0.9.x. This PR refactor the CI and tests to test both versions and add more python version to the matrixThe tests are a bit longer to run because we have 2 matrices: PgSTAC_version / hydration-prefix-validation. I believe we should refactor the tests in another PR to remove the second matrix