17
0

- Add patch resolve-testcase-eq-deprecation-warning.patch:

* Don't rely on bool(NotImplemented) which is now a TypeError in
    Python 3.14.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testtools?expand=0&rev=88
This commit is contained in:
2025-09-16 05:42:34 +00:00
committed by Git OBS Bridge
parent 4eb9026b99
commit 41d2530fbc
3 changed files with 41 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 16 05:42:20 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch resolve-testcase-eq-deprecation-warning.patch:
* Don't rely on bool(NotImplemented) which is now a TypeError in
Python 3.14.
-------------------------------------------------------------------
Mon Sep 23 14:06:48 UTC 2024 - Markéta Machová <mmachova@suse.com>