-
Notifications
You must be signed in to change notification settings - Fork 27
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
Release v2.4.11 #68
Release v2.4.11 #68
Conversation
@gadomski no problem. That's curious. Tests are still passing locally for me on main. Happy to help debug, if it's useful. Somewhat related, but probably not the source of the problem: it appears we're running the test suite once for each of python 3.8, 3.9, 3.10 and 3.11, but those versions are only applied on the host platform. The tests still run in docker and the image is built on python:3.8-slim, so we may actually be testing 3.8 four times. This is evidenced by the github action logs for the failing tests, which list the following prior to test runs on 3.10 and 3.11:
|
@gadomski Looks like the issue is in a recent release of pytest-asyncio. There's a prerelease version (0.23.3) up to resolve the bug: https://pytest-asyncio.readthedocs.io/en/latest/reference/changelog.html#unreleased |
Thanks for the PR and your patience, @edkeeble. Looks like the PyPI publish failed: https://github.com/stac-utils/stac-fastapi-pgstac/actions/runs/7188583458/job/19578503637. I haven't dug into it yet, but it could be because the PyPI password has expired for the stac-utils org (just a guess)? I'll check tomorrow. |
Ok, we've got the permissions figured out, release published: https://pypi.org/project/stac-fastapi.pgstac/2.4.11/. Thanks for your patience @edkeeble! |
Description:
PR Checklist:
pre-commit
hooks pass locallymake test
)make docs
)