Trying to fix tests on windows#93
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.
|
samuelcolvin
left a comment
There was a problem hiding this comment.
otherwise this looks great.
Co-authored-by: Samuel Colvin <samcolvin@gmail.com>
|
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 xmlwhen 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.