1
0

- Update to 3.2.0:

* Added support for multiline docstrings
  * Added logic to use docstring_summary instead of test name
  * Added logic to ignore some tests from spec output
  * Changed indicator for skipped tests
  * Improve formatting for functions
  * Changed actions to test against python and pytest versions
  * Added tests to sdist
- Add patch remove-mock.patch:
  * Use stdlib unittest.mock
- Correct filelist, and do not install test directory under sitelib.
- Remove mock from {Build,}Requires, add six.
- Drop seperate LICENSE, it's now included.
- Actually run the testsuite.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-spec?expand=0&rev=10
This commit is contained in:
2022-03-24 01:29:51 +00:00
committed by Git OBS Bridge
parent 94851941e0
commit d48b71a66a
6 changed files with 107 additions and 353 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 24 01:24:23 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.2.0:
* Added support for multiline docstrings
* Added logic to use docstring_summary instead of test name
* Added logic to ignore some tests from spec output
* Changed indicator for skipped tests
* Improve formatting for functions
* Changed actions to test against python and pytest versions
* Added tests to sdist
- Add patch remove-mock.patch:
* Use stdlib unittest.mock
- Correct filelist, and do not install test directory under sitelib.
- Remove mock from {Build,}Requires, add six.
- Drop seperate LICENSE, it's now included.
- Actually run the testsuite.
-------------------------------------------------------------------
Thu Nov 5 15:35:43 UTC 2020 - Marketa Machova <mmachova@suse.com>