Revisions of python-parameterized

buildservice-autocommit accepted request 1112726 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 39)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 38)
- Include in SLE-15 (bsc#1159018, jsc#PM-1507)

- remove pytest test, enable other test frameworks
buildservice-autocommit accepted request 1104007 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 37)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 36)
- Add patch fix-assert-method.patch:
  * Use correct assertion method.
buildservice-autocommit accepted request 1086781 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 35)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 34)
Improve changelog
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 33)
- Add skip_failing_teardown.patch (gh#wolever/parameterized#167)
  to overcome failing tearDownModule().
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 32)
- WORK IN PROGRESS, THE TEST SUITE ERRROS!
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 31)
- 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``
buildservice-autocommit accepted request 1081845 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 30)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1081509 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 29)
SR for python stack proposal
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 28)
buildservice-autocommit accepted request 998409 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 27)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 998256 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 26)
- Disable testing with nose2
  * nose2 is actively maintained, but not used much in the
    distribution. No need to test it in Ring1.
buildservice-autocommit accepted request 970263 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 25)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 970235 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 24)
- Add parameterized-pr116-pytest4.patch for pytest 4 to 7 (!)
  support -- gh#wolever/parameterized#116
- Refresh remove_nose.patch
- Drop skip_Documentation_tests.patch fixed upstream
buildservice-autocommit accepted request 967529 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 23)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 967498 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 22)
- version update to 0.8.1
  0.8.1 (2021-01-09)
      * Add README and LICENSE to pypi sdist package
        (https://github.com/wolever/parameterized/pull/114; thanks @chohner)
  0.8.0 (2021-01-04)
      * Handle camelCase test names. This is an ever-so-slightly backwards
        incompatible change, as the method for determining which methods are
        test methods has changed from ``method_name.startswith("test_")`` to
        ``method_name.startswith("test")``. The latter is the behavior of
        the ``unittest`` module.
        (thanks @bobwalker99; https://github.com/wolever/parameterized/pull/106)
      * Fix arguments to skip_on_empty helper (thanks @bhavyakjain;
        https://github.com/wolever/parameterized/pull/104)
  0.7.5 (2021-01-04)
      * Fix crash on Python 2.7 with unicode docstrings
        (https://github.com/wolever/parameterized/issues/109)
      * Replace inspect.stack() with faster inspect.currentframe()
        (https://github.com/wolever/parameterized/issues/107)
      * Add a __version__ string to the package
        (https://github.com/wolever/parameterized/issues/103)
buildservice-autocommit accepted request 834328 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 21)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 20)
- Add remove_nose.patch to eliminate nose dependency. The patch
  is not very good, it still skips plenty of yield tests (which
  were ignored even before, so it is not even a regression).
Displaying revisions 1 - 20 of 39
openSUSE Build Service is sponsored by