You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
pytest 5.3.3 (2020-01-16)
Bug Fixes
#2780: Captured
output during teardown is shown with -rP.
#5971: Fix a pytest-xdist crash when dealing with exceptions raised in
subprocesses created by the multiprocessing module.
#6436:
FixtureDef <_pytest.fixtures.FixtureDef> objects now properly
register their finalizers with autouse and parameterized fixtures
that execute before them in the fixture stack so they are torn down
at the right times, and in the right order.
#6532: Fix
parsing of outcomes containing multiple errors with testdir
results (regression in 5.3.0).
Trivial/Internal Changes
#6350:
Optimized automatic renaming of test parameter IDs.