Changelog for
python39-pytest-instafail-0.5.0-1.7.noarch.rpm :
* Thu May 04 2023 Dirk Müller
- update to 0.5.0:
* Use ``pytest.hookimpl`` to configure hooks, avoiding a deprecation warning in pytest 7.2.0.
* Dropped support for Python 3.6.
* Added support for Python 3.11.
* Mon Jun 29 2020 Marketa Calabkova - Update to 0.4.2
* Fixed usage of deprecated pytest-xdist slave aliases (#20).
* Fixed failing tests on pytest 5
* Added support for pytest 2.6
* Fixed failing tests on pytest 2.6- Drop unneeded patch pytest5.patch
* Thu Mar 05 2020 Tomáš Chvátal - Add patch fixing testing with new pytest:
* pytest5.patch
* Mon Nov 18 2019 Tomáš Chvátal - Update to 0.4.1.post0:
* do not use py.test but mention pytest everywhere
* Sat Apr 06 2019 John Vandenberg - Remove constantly changing test artifact
*PYTEST.pyc file readable only by root from the runtime package
* Wed Feb 27 2019 Tomáš Chvátal - Update to 0.4.1:
* Fixed compatibility with pytest 4.2.0. Thanks AATTblueyed for the PR.- Drop merged patch pytest42.patch
* Fri Feb 15 2019 Tomáš Chvátal - Add patch to fix build with pytest 4.2+:
* pytest42.patch
* Thu Feb 14 2019 Tomáš Chvátal - Really execute the testsuite
* Tue May 29 2018 toddrme2178AATTgmail.com- Update to version 0.4.0
* Added support for Python 3.5, 3.6, and 3.7.
* Dropped support for Python 2.7, 3.2, and 3.3.
* Dropped support for pytest < 2.9.
* Only rewrite lines on tty. Previously you would end up with a \\r (^M) in case collecting of tests failed, and pytest\'s output is piped to a file. Thanks AATTblueyed for the PR.
* Support -p no:terminal (#12). Thanks AATTMaratori for the PR.
* Mon Nov 06 2017 toddrme2178AATTgmail.com- Implement single-spec version- Update to version 0.3.0
* Added support for Python 3.4
* Added support for py.test 2.6
* Fixed failing tests on py.test 2.6- Update to version 0.2.0
* Dropped support for Python 2.5.
* Fixed stacktrace printed twice when using PDB.
* Fixed internal error when a test marked as xfailing unexpectedly passes (David Szotten).