be23a0b24a
- update to 1.7.2: * Github actions to use tox for tests
Dirk Mueller2024-03-18 10:29:29 +00:00
c8efa529f0
Accepting request 1137643 from devel:languages:python
Ana Guerrero2024-01-09 19:49:08 +00:00
c4e23f8c4a
- update to 1.7.1: * Update flake8 configuration * Remove Python 2.7 classifiers as the project is now Python 3+ only
Dirk Mueller2024-01-06 17:16:36 +00:00
bb0e0ecfec
Accepting request 1129175 from devel:languages:python
Ana Guerrero2023-12-01 20:24:33 +00:00
6a947cba6b
- update to 1.7.0: * Add async flag when wrapping async function (#111) * Dropping support for Python 2.7 - add six dependency * Fix zero padding issue - fix python 2.x build - add 0001-Use-Yaml-s-UnsafeLoader-for-Python-embedding-tests.patch * Allow index-only test names * Added individual test case docstring support and tests
Dirk Mueller2023-11-27 15:43:05 +00:00
13d276717d
- Add remove-six.patch to remove six dependency, gh#datadriventests/ddt#110 - Remove python_module macro definition - More specific python_sitelib in %files
Daniel Garcia2022-11-16 17:26:11 +00:00
5bbbaa79bc
Accepting request 1006090 from devel:languages:python
Richard Brown2022-09-27 18:13:14 +00:00
af270c3037
- update to 1.6.0: * Moved @named_data into main ddt.py module so it can be imported * Enable usage of Sequence in named_data.py * @named_data decorator to give tests with @DaTa custom names * End support for 3.5 * Add new Python versions support
Dirk Mueller2022-09-26 10:38:52 +00:00
b2f247f8fb
- Update to 1.4.1: * Remove nose dependency for good * Require enum34 for Python 2.x. * Improved code comments and renamed the test name format enum class * Use enum instead of bool to allow easier future changes * Allow index-only test names - Switch to using %pytest macro now that nose is not required
Steve Kowalik2020-05-28 03:12:57 +00:00
6df9fadf4e
- update to 1.3.0: * Added the ability to specify the YAML loader in the file_data decorator (#77) * Dropped Python 3.4 support
Dirk Mueller2020-03-14 15:49:49 +00:00
46b8d9663b
- Update to 1.3.0: * Fix build on 32bit arches with 64bit time_t * Add functionality to query device properties. * Add InputDevice.set_absinfo() and InputDevice.absinfo(). * Instruct the asyncio event loop to stop monitoring the fd of the input device when the device is closed.
Tomáš Chvátal
2020-01-22 10:38:41 +00:00