forked from pool/python-pytest-instafail
* pytest42.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-instafail?expand=0&rev=7
43 lines
1.5 KiB
Plaintext
43 lines
1.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Feb 15 09:11:23 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Add patch to fix build with pytest 4.2+:
|
|
* pytest42.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 14 14:10:32 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Really execute the testsuite
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 29 16:49:24 UTC 2018 - toddrme2178@gmail.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
|
|
@blueyed for the PR.
|
|
* Support -p no:terminal (#12). Thanks @Maratori for the PR.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 6 18:12:03 UTC 2017 - toddrme2178@gmail.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).
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 19 16:58:41 UTC 2014 - toms@opensuse.org
|
|
|
|
- Initial version 0.1.1
|
|
|