Sync from SUSE:SLFO:Main python-parameterized revision 6ec7bb63c04cebc1b26989e3243f044f

This commit is contained in:
2025-03-28 16:41:35 +01:00
parent c7c9c9a64e
commit 8381c8521c
4 changed files with 89 additions and 3 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jul 22 11:26:38 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Cherry-pick upstream patch to fix tests with Python 3.13
* fix-tests-with-python3.13.patch
-------------------------------------------------------------------
Tue Aug 15 09:02:40 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch fix-assert-method.patch:
* Use correct assertion method.
-------------------------------------------------------------------
Fri May 12 09:54:40 UTC 2023 - Matej Cepl <mcepl@suse.com>
@@ -96,6 +108,11 @@ Tue Jun 2 14:26:24 UTC 2020 - pgajdos@suse.com
@duncwebb et al; https://github.com/wolever/parameterized/pull/74)
- drop dependency on unittest2
-------------------------------------------------------------------
Fri Dec 13 12:49:20 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Include in SLE-15 (bsc#1159018, jsc#PM-1507)
-------------------------------------------------------------------
Thu Dec 5 15:52:40 CET 2019 - Matej Cepl <mcepl@suse.com>
@@ -107,7 +124,7 @@ Thu Dec 5 15:52:40 CET 2019 - Matej Cepl <mcepl@suse.com>
-------------------------------------------------------------------
Tue Nov 5 09:31:02 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- remove pytest test, enable other test frameworks
- remove pytest test, enable other test frameworks
-------------------------------------------------------------------
Wed Aug 21 14:41:30 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>