-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Test with newer Falcon version #3653
Conversation
❌ 10 Tests Failed:
View the top 3 failed tests by shortest run time
To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard |
@@ -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 |
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.
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?
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.
I think tox
just pip install
s 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
4.0.0b4
is now available.