-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Release 3.7.0 #3738
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 3.7.0 #3738
Conversation
… documentation - add the missing --last-failed argument in the presented examples, for they are missleading and lead to think that the missing argument is not needed.
…rgument in the examples
update test to include both np.array(actual) and np.array(expected)
…ilures_docs_correction --last-failed-no-failures docs correction
Test with Python 3.7 on Travis and AppVeyor
.travis.yml
Outdated
| python: '3.6' | ||
| - env: TOXENV=py37 | ||
| python: 'nightly' | ||
| python: 3.7 |
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.
we should probably put quotes around this at some point
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.
Oh right, classical YAML snafu. I will do it on master after we release this. 👍
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.
Done! 😉
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.
What is the reasoning behind this (out of curiosity)?
Is Travis gently handling the float here?
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.
travis allows both float and string here and yaml is funtimes
…ce_bugfix bugfix in ApproxNumpy initialisation, use keywords for arguments to fix
e7bbb8e to
60b1913
Compare
CHANGELOG.rst
Outdated
| Bug Fixes | ||
| --------- | ||
|
|
||
| - `#2220 <https://github.com/pytest-dev/pytest/issues/2220>`_: Fix a bug where fixtures overriden by direct parameters (for example parametrization) were being instantiated even if they were not being used by a test. |
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.
s/overriden/overridden/
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.
Fixed, thanks!
CHANGELOG.rst
Outdated
| Improved Documentation | ||
| ---------------------- | ||
|
|
||
| - `#3295 <https://github.com/pytest-dev/pytest/issues/3295>`_: Correct the usage documentation of ``--last-failed-no-failures`` by adding the missing ``--last-failed`` argument in the presented examples, for they are missleading and lead to think that the missing argument is not needed. |
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.
s/for they are missleading/because they are misleading/
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.
Fixed, thanks!
|
@nicoddemus |
Sure, feel free to do so in the future. 👍 |
🎆