-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
tests: fix test_raises_exception_looks_iterable #4525
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: fix test_raises_exception_looks_iterable #4525
Conversation
Started to fail on py37-xdist between https://travis-ci.org/pytest-dev/pytest/jobs/465498973 and https://travis-ci.org/pytest-dev/pytest/jobs/465792343, but could not find a diff in versions (from the tox header), and both commits failed locally.
|
Pulling into #4524. |
|
Well, should go into master also, of course. |
Codecov Report
@@ Coverage Diff @@
## master #4525 +/- ##
==========================================
+ Coverage 95.84% 95.91% +0.07%
==========================================
Files 111 111
Lines 25110 25110
Branches 2449 2449
==========================================
+ Hits 24067 24085 +18
+ Misses 735 723 -12
+ Partials 308 302 -6
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #4525 +/- ##
==========================================
+ Coverage 95.84% 95.91% +0.07%
==========================================
Files 111 111
Lines 25110 25110
Branches 2449 2449
==========================================
+ Hits 24067 24085 +18
+ Misses 735 723 -12
+ Partials 308 302 -6
Continue to review full report at Codecov.
|
nicoddemus
left a comment
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!
Started to fail on py37-xdist between
https://travis-ci.org/pytest-dev/pytest/jobs/465498973 and
https://travis-ci.org/pytest-dev/pytest/jobs/465792343, but could not
find a diff in versions (from the tox header), and both commits failed
locally.