-
Notifications
You must be signed in to change notification settings - Fork 7
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
Depend on Tahoe-LAFS 1.17.0 #602
Conversation
zfec distributes binary wheels for many python versions on pypi
including the new 1.17.0 release
Codecov Report
@@ Coverage Diff @@
## main #602 +/- ##
=======================================
Coverage 92.00% 92.00%
=======================================
Files 38 38
Lines 3991 3991
Branches 492 492
=======================================
Hits 3672 3672
Misses 219 219
Partials 100 100
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
The CI failures are different from each other but also both against Tahoe-LAFS 1.14. I wonder if they're problems with 1.14 or just intermittent failures. |
Do we care about 1.14? Maybe should just drop it now... |
Seems reasonable to me. It's over 20 months old and 1.15 has been available for over over 14 months. That said, I don't know if 1.14 is really the problem here or if it just got unlucky. |
I think "unlucky" -- some of the |
/cc @crwood |
Bump the dependency on Tahoe-LAFS to 1.17.0. This is the library-dependency change. This is different from the node-dependency change (which is widened to include 1.17.0 by #601).
Stacked on #601
Fixes #597