Update to the latest stable release 3.0.7 (2017-03-14). Upstream changelog:
Fix issue in assertion rewriting breaking due to modules silently discarding
other modules when importing fails
Notably, importing the anydbm module is fixed. (#2248).
Thanks @pfhayes for the PR.
junitxml: Fix problematic case where system-out tag occured twice per testcase
element in the XML report. Thanks @kkoukiou for the PR.
Fix regression, pytest now skips unittest correctly if run with --pdb
(#2137). Thanks to @gst for the report and @mbyt for the PR.
Ignore exceptions raised from descriptors (e.g. properties) during Python test collection (#2234).
Thanks to @bluetech.
--override-ini now correctly overrides some fundamental options like python_files (#2238).
Thanks @sirex for the report and @nicoddemus for the PR.
Replace raise StopIteration usages in the code by simple returns to finish generators, in accordance to PEP-479 (#2160).
Thanks @tgoodlet for the report and @nicoddemus for the PR.
Fix internal errors when an unprintable AssertionError is raised inside a test.
Thanks @omerhadari for the PR.
Skipping plugin now also works with test items generated by custom collectors (#2231).
Thanks to @vidartf.
Fix trailing whitespace in console output if no .ini file presented (#2281). Thanks @fbjorn for the PR.
Conditionless xfail markers no longer rely on the underlying test item
being an instance of PyobjMixin, and can therefore apply to tests not
collected by the built-in python test collector. Thanks @barneygale for the PR.
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2017-e301b3d569
Please log in to add feedback.
This update has been submitted for testing by thm.
This update has been pushed to testing.
Works great! LGTM! =)
This update has reached 3 days in testing and can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by thm.
This update has been pushed to stable.