-
-
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
Release 3.4.0 #3162
Release 3.4.0 #3162
Conversation
CHANGELOG.rst
Outdated
Deprecations and Removals | ||
------------------------- | ||
|
||
- All pytest classes now subclass ``object`` for better Python 3 compatibility. |
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/2/3 ?!
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.
I meant "compatibility with Python 3", but I think changing to "Python 2/3 compatibility will be better" 👍
CHANGELOG.rst
Outdated
<https://docs.pytest.org/en/latest/logging.html#incompatible-changes-in-pytest-3-4>`_ | ||
for details. (`#3013 <https://github.com/pytest-dev/pytest/issues/3013>`_) | ||
|
||
- Console output fallsback to "classic" mode when capture is disabled (``-s``), |
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/fallsback/falls back/
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/capture/capturing/
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
CHANGELOG.rst
Outdated
- Improve performance when collecting tests using many fixtures. (`#3107 | ||
<https://github.com/pytest-dev/pytest/issues/3107>`_) | ||
|
||
- New ``caplog.get_records(when)`` method which provides access the captured |
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/access the/access to the/
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
CHANGELOG.rst
Outdated
<https://github.com/pytest-dev/pytest/issues/3107>`_) | ||
|
||
- New ``caplog.get_records(when)`` method which provides access the captured | ||
records during each testing stage: ``"setup"``, ``"call"`` and ``"teardown"`` |
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 the/
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
CHANGELOG.rst
Outdated
Bug Fixes | ||
--------- | ||
|
||
- Fixed hanging pexpect test on MacOS by using flush() instead of wait(). |
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/Fixed/Fix - also below.
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
CHANGELOG.rst
Outdated
(`#2022 <https://github.com/pytest-dev/pytest/issues/2022>`_) | ||
|
||
- Fixed restoring Python state after in-process pytest runs with the | ||
``pytester`` plugin; this may break tests using making multiple inprocess |
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/making // ?!
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
CHANGELOG.rst
Outdated
functions that return None. (`#2698 | ||
<https://github.com/pytest-dev/pytest/issues/2698>`_) | ||
|
||
- Fix the wording of a sentence on doctest flags use in pytest. (`#3076 |
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/use/used/
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
CHANGELOG.rst
Outdated
<https://docs.pytest.org/en/latest/logging.html#incompatible-changes-in-pytest-3-4>`_ | ||
for details. (`#3013 <https://github.com/pytest-dev/pytest/issues/3013>`_) | ||
|
||
- Console output fallsback to "classic" mode when capture is disabled (``-s``), |
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.
fallsback -> falls back
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
Uploaded a new package now with #3142 Travis: https://travis-ci.org/nicoddemus/devpi-cloud-test-pytest/builds/335315284 |
b45ee6a
to
527845e
Compare
Builds:
Travis: https://travis-ci.org/nicoddemus/devpi-cloud-test-pytest/builds/334873331
AppVeyor: https://ci.appveyor.com/project/nicoddemus/devpi-cloud-test-pytest/build/1.0.34