Changelog for
python312-pytest5-5.4.3-1.358.noarch.rpm :
* Sun Feb 14 2021 Benjamin Greiner
-
*Really
* fix the conditional to work on all distros using python-rpm-macros with singlspec rewriting.- Don\'t require python36-numpy for testing, because Tumbleweed cannot provide python36-numpy any longer: NumPy 1.20 dropped Python 3.6 support (NEP 29). The tests are skipped automatically.
* Thu Jan 28 2021 Markéta Machová - Fix the conditional to work with new python-rpm-macros
* Tue Nov 10 2020 Benjamin Greiner - Fix boo#1178547: include transition for pytest py.test alternative master switch
* Tue Nov 03 2020 Benjamin Greiner - Update summary and description- remove old py.test2 and py.test3 entry points
* backport of sr#844820 for pytest6
* gh#openSUSE/python-rpm-macros#66
* Mon Aug 03 2020 Matej Cepl - nose is actually not required: the test suite happily skips over tests which require it.
* Tue Jun 09 2020 Steve Kowalik - Rebase and re-add tidy-up-embeddedfile.patch, it was only partially merged upstream.
* Fri Jun 05 2020 Ondřej Súkup - update to 5.4.3
* Paths appearing in error messages are now correct in case the current working directory has changed since the start of the session.
* Support deleting paths longer than 260 characters on windows created inside tmpdir.
* Prevent pytest from printing ConftestImportFailure traceback to stdout.
* Prevent hiding the underlying exception when ConfTestImportFailure is raised.
* Fix regression where running with --pdb would call the tearDown methods of unittest.TestCase subclasses for skipped tests.
* Tue May 12 2020 Ondřej Súkup - Update to 5.4.2
* Fix crash with captured output when using the capsysbinary fixture.
* Ensure a unittest.IsolatedAsyncioTestCase is actually awaited.
* Fix TerminalRepr instances to be hashable again.
* Fix regression where functions registered with TestCase.addCleanup were not being called on test failures.
* Allow users to still set the deprecated TerminalReporter.writer attribute.
* Revert “tmpdir: clean up indirection via config for factories
* Fixed regression: asyncbase.TestCase tests are executed correctly again
* Fix File.from_constructor so it forwards extra keyword arguments to the constructor.
* Classes with broken __getattribute__ methods are displayed correctly during failures.
* Fix _is_setup_py for files encoded differently than locale.
* Mon Apr 27 2020 Tomáš Chvátal - Update to 5.4.1:
* #6909: Revert the change introduced by #6330, which required all arguments to AATTpytest.mark.parametrize to be explicitly defined in the function signature.
* #6910: Fix crash when plugins return an unknown stats while using the --reportlog option.
* #6316: Matching of -k EXPRESSION to test names is now case-insensitive.
* #6443: Plugins specified with -p are now loaded after internal plugins
* #6637: Removed the long-deprecated pytest_itemstart hook.
* #6673: Reversed / fix meaning of “+/-” in error diffs. “-” means that sth. expected is missing in the result and “+” means that there are unexpected extras in the result.- Remove merged patch tidy-up-embeddedfile.patch
* Wed Mar 18 2020 Steve Kowalik - Add patch tidy-up-embeddedfile.patch based on an upstream PR. Can be dropped when updating.