-
-
Notifications
You must be signed in to change notification settings - Fork 50
Trying to fix tests on windows #93
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
Codecov Report
@@ Coverage Diff @@
## master #93 +/- ##
=======================================
Coverage 99.60% 99.61%
=======================================
Files 7 7
Lines 506 513 +7
Branches 71 71
=======================================
+ Hits 504 511 +7
Misses 2 2
Continue to review full report at Codecov.
|
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 this looks great.
Co-authored-by: Samuel Colvin <[email protected]>
just noticed some tests are failing on windows, but CI is passing. We had the same problem on pydantic and discovered that CI setup like - name: test with extras
run: |
make test
coverage xml when run with windows doesn't detect a failure in the first command. I'll try to fix or skip these tests since they aren't really related to what you were fixing here (easier to fix here than on |
There's an actual failure in executing on Windows 3.9+. This is annoying and worrying. I've never seen |
Yes, just saw it. I have absolutely no idea why this combination would fail. I also don't have a windows machine to test with. Shall I leave this with you? I'm happy to skip or xfail this test on these os/version combinationd, but I understand you might want to look into it. |
I definitely need to investigate but for now please just xfail it. |
thanks so much. |
No description provided.