-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
docs: Fix doc build #1833
docs: Fix doc build #1833
Conversation
BTW, the CI failed because of the new release of |
I wonder what else should be upgraded for the new version to work. In any case, if pinning an older version in tox.ini gets the job done, it's OK. Since this is the only PR hit by the test problem so far, I suggest that you do the change on this same PR despite it being a separate problem (because otherwise this bogus test failure will prevent merging). Thanks for keeping the plumbing working! :) |
Do we need pytest-asyncio ? |
We have a lot of tests are implemented in And, this issue is caused by the unmeet required version of So, I would suggest that we can bump to |
|
Codecov Report
@@ Coverage Diff @@
## master #1833 +/- ##
=======================================
Coverage 92.18% 92.18%
=======================================
Files 23 23
Lines 2315 2315
Branches 425 425
=======================================
Hits 2134 2134
Misses 141 141
Partials 40 40 Continue to review full report at Codecov.
|
OK, then I think the |
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 for the fix!
This PR aims to fix the doc build filed on readthedocs.
close #1832