-
Notifications
You must be signed in to change notification settings - Fork 316
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
Clean up full install test #689
Conversation
Codecov Report
@@ Coverage Diff @@
## main #689 +/- ##
==========================================
- Coverage 77.80% 77.79% -0.01%
==========================================
Files 110 110
Lines 10465 10465
Branches 1405 1405
==========================================
- Hits 8142 8141 -1
- Misses 1930 1931 +1
Partials 393 393
Continue to review full report at Codecov.
|
Ha, well that was easy. 😅 |
Cool, so the timeout traceback shows us that it is trying to destroy a zmq context unsuccessfully:
In |
The latest sdist test is timing out with:
It is also failing:
|
Let's merge this and leave #677 open, I'll move the comments there. |
Partial solution for #677