15
0

- Add skip_failing_teardown.patch (gh#wolever/parameterized#167)

to overcome failing tearDownModule().

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parameterized?expand=0&rev=33
This commit is contained in:
2023-05-12 09:56:27 +00:00
committed by Git OBS Bridge
parent b885dec7f5
commit b61a7103c7
3 changed files with 27 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
-------------------------------------------------------------------
Sun May 7 00:48:44 UTC 2023 - Matej Cepl <mcepl@suse.com>
Fri May 12 09:54:40 UTC 2023 - Matej Cepl <mcepl@suse.com>
- WORK IN PROGRESS, THE TEST SUITE ERRROS!
- Update to 0.9.0:
- Drop support for Python 2.X, 3.5, and 3.6;
Add support for Python 3.10, 3.11
@@ -12,6 +11,8 @@ Sun May 7 00:48:44 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Allow str, bytes, and any non-iterable input to be passed to
``@parameterized`` without wrapping in a tuple
- Fix class-level ``mock.patch.multiple``
- Add skip_failing_teardown.patch (gh#wolever/parameterized#167)
to overcome failing tearDownModule().
-------------------------------------------------------------------
Fri Apr 21 12:28:56 UTC 2023 - Dirk Müller <dmueller@suse.com>