forked from pool/python-parameterized
- Update to 0.9.0:
- Drop support for Python 2.X, 3.5, and 3.6;
Add support for Python 3.10, 3.11
- Modernize from setup.py -> pyproject.toml
- Add ``namespace`` argument to ``@parameterize.expand``
- Add support for ``IsolatedAsyncioTestCase``
- Work around for bug bpo-40126 in older versions of ``mock``
- Allow str, bytes, and any non-iterable input to be passed to
``@parameterized`` without wrapping in a tuple
- Fix class-level ``mock.patch.multiple``
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parameterized?expand=0&rev=31
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 7 00:48:44 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Update to 0.9.0:
|
||||
- Drop support for Python 2.X, 3.5, and 3.6;
|
||||
Add support for Python 3.10, 3.11
|
||||
- Modernize from setup.py -> pyproject.toml
|
||||
- Add ``namespace`` argument to ``@parameterize.expand``
|
||||
- Add support for ``IsolatedAsyncioTestCase``
|
||||
- Work around for bug bpo-40126 in older versions of ``mock``
|
||||
- Allow str, bytes, and any non-iterable input to be passed to
|
||||
``@parameterized`` without wrapping in a tuple
|
||||
- Fix class-level ``mock.patch.multiple``
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:28:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user