-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Release 4.1.0 #4600
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
Release 4.1.0 #4600
Conversation
This allows to make use of it when determining the rootdir etc.
…features Merge master into features
Optimize/revisit determine_setup
approx() was updated in 9f3122f to work better with numpy arrays, however at the same time the requirements were tightened from requiring an Iterable to requiring a Sequence - the former being tested only on interface, while the latter requires subclassing or registration with the abc. Since the ApproxSequence only used __iter__ and __len__ this commit reduces the requirement to only what's used, and allows unregistered Sequence-like containers to be used. Since numpy arrays qualify for the new criteria, reorder the checks so that generic sequences are checked for after numpy arrays.
This handles `header` similar to Python 3.7 does it, and forwards any other keyword arguments to the Pdb constructor. This allows for `__import__("pdb").set_trace(skip=["foo.*"])`. Fixes pytest-dev#4416.
Merge master into features
…st-namespace remove pytest namespace hook
This was documented before, but never enforced. Passing non-strings could have strange side-effects and enforcing a string simplifies other implementation.
Ensure that node ids are printable
…features Merge master into features
…reason Custom reason support for "importorskip"
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.
Codecov Report
@@ Coverage Diff @@
## master #4600 +/- ##
==========================================
- Coverage 95.89% 95.75% -0.14%
==========================================
Files 111 111
Lines 25123 24678 -445
Branches 2449 2446 -3
==========================================
- Hits 24091 23630 -461
- Misses 726 740 +14
- Partials 306 308 +2
Continue to review full report at Codecov.
|
a942a71
to
5e4659a
Compare
🎉 |
5e4659a
to
01151ff
Compare
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.
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.
🎉