Skip to content

Test with newer Falcon version #3653

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

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ deps =
falcon-v2: falcon~=2.0
falcon-v3: falcon~=3.0
# TODO: update to 4.0 stable when out
falcon-v4: falcon==4.0.0b3
falcon-v4: falcon==4.0.0b4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am assuming this is needed because falcon-latest excludes pre-release versions? Is there any way we can automatically grab the latest pre-release version?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think tox just pip installs all the targets, which by default will not install prereleases. There's a flag (--pre I think) to change that behavior. So there probably is a way to do this -- something we can look into

falcon-latest: falcon

# FastAPI
Expand Down
Loading