* 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=26
* 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=20
update to version 1.1.0
* Note explicit support for Python 3.5
* Catch ImportErrors and improve coverage metrics
* Document the YAML support
* Refactor error functions in process_file_data
* Bump version to 1.1.0
* Add basic support for YAML data files
* Bump version to 1.0.2
* Bump version number
* Properly handle file object
* Fix the no-YAML installed test
* Fix Flake8 warnings
* Add more tests for YAML data files
* Split process_file_data into 2 functions
* Remove broken badge 'caniusepython3'
* Variable naming changes
* Flake8: make lambda into 'def' function
* Unconditionally use PyPI mock
* Fix copy-paste error
* Fix unittest with object instance as data
* Add mock to test requirements
* Add PyYAML as a test dependency
* RTD build trigger to use project name
* Load the YAML data safely
- Use pypi.io as Source url
OBS-URL: https://build.opensuse.org/request/show/424119
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=10