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

Fix Playwright and Linters in CI #435

Merged
merged 4 commits into from
Jan 16, 2025
Merged

Fix Playwright and Linters in CI #435

merged 4 commits into from
Jan 16, 2025

Conversation

dantownsend
Copy link
Member

Pulling it out of this other PR, which was getting too large: #432

Playwright doesn't currently work in our CI, because of some missing dependencies in the latests Ubuntu LTS.

We also need to remove the version pin for FastAPI, because of some changes with Starlette's TestClient.

I'm pretty sure the type annotations on Starlette are wrong - passing a HTTPEndpoint in should be allowed.
We need the latest version to get around a breaking change in Starlette's test client:

encode/starlette#2770
@dantownsend dantownsend added the testing Related to testing label Jan 16, 2025
@dantownsend dantownsend merged commit d0e5fd3 into master Jan 16, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Related to testing
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant