-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[test] Use @pytest.mark.forked to fix test_without_init #1464
Conversation
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.
It passed! Thank you very much.
Why AppVeyor failed test...
Did you meet this problem when running |
Oh, yes I did. But the test passed while showing this message when running either |
So does it return a non-zero exit code? |
Looks like this is not solvable with pytest? |
Does the latest commit (xfail) works for you? |
The message is the same ( |
Oh, this commit looks not to belong to this PR. I tried it but still |
Fine, let's just move this test to |
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!
Codecov Report
@@ Coverage Diff @@
## master #1464 +/- ##
==========================================
+ Coverage 66.88% 66.92% +0.03%
==========================================
Files 38 38
Lines 5433 5421 -12
Branches 956 955 -1
==========================================
- Hits 3634 3628 -6
+ Misses 1636 1629 -7
- Partials 163 164 +1
Continue to review full report at Codecov.
|
Related issue = close #1406 replace #1410
[Click here for the format server]
@xumingkuan I finally found a systematic solution for this while searching doc for #1462, could you try this out?