-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
tests: use unittest.mock with py34+ #3967
Conversation
82b115f
to
e9ab074
Compare
Codecov Report
@@ Coverage Diff @@
## master #3967 +/- ##
==========================================
+ Coverage 94.48% 94.52% +0.03%
==========================================
Files 107 107
Lines 23651 23654 +3
Branches 2349 2349
==========================================
+ Hits 22347 22359 +12
+ Misses 993 988 -5
+ Partials 311 307 -4
Continue to review full report at Codecov.
|
Meh, running into tox-dev/tox#706 now. |
afa63eb
to
99f52bd
Compare
Squashed, should be good now - although the workaround is a bit unfortunate to have in the first place. |
Fixes pytest-dev#3965. Has to work around tox-dev/tox#706. No coverage for pluggymaster builds is OK though anyway.
99f52bd
to
7537e94
Compare
Fixes #3965.