------------------------------------------------------------------- Mon Oct 31 06:38:27 UTC 2022 - Steve Kowalik - Change to Python 3.6 state (jsc#SLE-25002) ------------------------------------------------------------------- Fri Aug 19 18:54:32 UTC 2022 - Ben Greiner - Disable testing with nose2 * nose2 is actively maintained, but not used much in the distribution. No need to test it in Ring1. ------------------------------------------------------------------- Mon Sep 14 15:10:37 UTC 2020 - Matej Cepl - 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). ------------------------------------------------------------------- Fri Aug 14 03:29:41 UTC 2020 - John Vandenberg - Re-activate testing with pytest runner ------------------------------------------------------------------- Thu Dec 5 15:52:40 CET 2019 - Matej Cepl - Update to 0.7.1: - calling `setUp` and `tearDown` in parameterized classesq - Add skip_Documentation_tests.patch to skip over test cases, failing with Python 3.8. gh#wolever/parameterized#84 ------------------------------------------------------------------- Tue Nov 5 09:31:02 UTC 2019 - Ondřej Súkup - remove pytest test, enable other test frameworks ------------------------------------------------------------------- Wed Aug 21 14:41:30 UTC 2019 - Tomáš Chvátal - Use pytest 3.x series as newer use different syntax ------------------------------------------------------------------- Fri Mar 15 13:34:56 UTC 2019 - Tomáš Chvátal - Update to 0.7.0: * Added parameterized_class feature, for parameterizing entire test classes (many thanks to @TobyLL for their suggestions and help testing!) * Fix DeprecationWarning on `inspect.getargs` (thanks @brettdh; https://github.com/wolever/parameterized/issues/67) * Make sure that `setUp` and `tearDown` methods work correctly (#40) * Raise a ValueError when input is empty (thanks @danielbradburn; https://github.com/wolever/parameterized/pull/48) * Fix the order when number of cases exceeds 10 (thanks @ntflc; https://github.com/wolever/parameterized/pull/49) ------------------------------------------------------------------- Tue Dec 4 12:51:07 UTC 2018 - Matej Cepl - Remove superfluous devel dependency for noarch package ------------------------------------------------------------------- Wed May 16 15:50:46 UTC 2018 - toddrme2178@gmail.com - Use license tag ------------------------------------------------------------------- Sun Oct 22 18:06:35 UTC 2017 - toddrme2178@gmail.com - Initial version