Accepting request 1232200 from home:nkrapp:branches:devel:languages:python:pytest

- Update to 1.3.0:
  * add tests for ufuncs without docstrings, wrapped or not by @lpsinger in #248
  * Update skips for broken test by @lpsinger in #249
  * Fix multiline code in generate/update diff by @seberg in #253
  * Remove accidental debug print from new tests by @seberg in #254
  * refactored out runtime dependency on setuptools by @neutrinoceros in #258
  * adding python3.13 to CI and fix any incompatibilities by @bsipocz in #260
  * add one more python release to xfail list by @bsipocz in #266
  * Use hash for Action workflow versions and update if needed by @pllim in #267
  * Don't assume config exists. by @Carreau in #271
- Add add-missing-xfail-version.patch to fix broken test

OBS-URL: https://build.opensuse.org/request/show/1232200
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=39
This commit is contained in:
2024-12-20 05:50:21 +00:00
committed by Git OBS Bridge
parent 64580537ed
commit ea4ebdc644
5 changed files with 45 additions and 7 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Dec 19 10:11:47 UTC 2024 - Nico Krapp <nico.krapp@suse.com>
- Update to 1.3.0:
* add tests for ufuncs without docstrings, wrapped or not by @lpsinger in #248
* Update skips for broken test by @lpsinger in #249
* Fix multiline code in generate/update diff by @seberg in #253
* Remove accidental debug print from new tests by @seberg in #254
* refactored out runtime dependency on setuptools by @neutrinoceros in #258
* adding python3.13 to CI and fix any incompatibilities by @bsipocz in #260
* add one more python release to xfail list by @bsipocz in #266
* Use hash for Action workflow versions and update if needed by @pllim in #267
* Don't assume config exists. by @Carreau in #271
- Add add-missing-xfail-version.patch to fix broken test
-------------------------------------------------------------------
Sat Mar 16 12:59:47 UTC 2024 - Dirk Müller <dmueller@suse.com>