-
-
Couldn't load subscription status.
- Fork 227
Fix temporary directory removal on Windows #358
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
Conversation
|
This may be unrelated, but you might be interested in this patch I had to add in the refactor: Lines 285 to 289 in b3190c2
See https://bugs.python.org/issue43095 for more details. |
|
I don't think the failure on MacOS and Python 3.7 is related to my changes here. I'll add tests anyway, of course. |
|
Ah... rebase please, that's fixed on master. |
|
The Poetry issue comes from its new core version. The solution is to make it less verbose: |
|
I'll wait for you to merge #364 and I'll rebase. |
Codecov Report
@@ Coverage Diff @@
## master #358 +/- ##
==========================================
- Coverage 97.04% 96.95% -0.09%
==========================================
Files 35 35
Lines 2132 2170 +38
==========================================
+ Hits 2069 2104 +35
- Misses 63 66 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
Alright! I've decomposed the process:
Please squash as I pushed commits disabling/enabling things in CI that were only used to speed things up. |
|
Pexpect timeout again on MacOs + Python 3.6 π |
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!
|
How many random CI failures will I meet π |
|
Could you re-run the jobs to see if the codecov error goes away? Unless you already did? |
|
Oh man what's up with that mac? π€¦πΌββοΈ I could debug that if somebody buys me a mac. Otherwise I suggest you to mark that test as not forced xfail. π€·πΌββοΈ |
|
Finally! thanks π |
Issue #345
Draft to see how CI behaves.