-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
Support tornado 6.2 #6991
Support tornado 6.2 #6991
Conversation
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 15 files ±0 15 suites ±0 6h 15m 35s ⏱️ - 9m 51s For more details on these failures and errors, see this check. Results for commit 950437e. ± Comparison against base commit 17c70e9. ♻️ This comment has been updated with latest results. |
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.
Thanks @fjetter! Unfortunately it looks like tornado=6.1
is getting pulled into CI. Maybe there's some other dependency that's putting an upper bound on tornado
? Might be worth pinning tornado=6.2
in one of the environment files as a test
@@ -38,7 +38,7 @@ dependencies: | |||
- sortedcollections | |||
- tblib | |||
- toolz | |||
- tornado<6.2 | |||
- tornado=6.2 |
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.
Otherwise, 6.1 is installed
superseded by #7286 |
Closes #6669
Looks like all of the deprecations were already dealt with