python-pytest-qt/python-pytest-qt.changes

34 lines
1.0 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sun May 13 08:24:32 UTC 2018 - tchvatal@suse.com
- Enable tests
- Add patch skip-timeout-tests.patch to skip test randomly
failing in OBS
-------------------------------------------------------------------
Sat May 12 16:24:16 UTC 2018 - arun@gmx.de
- specfile:
* update copyright year
- update to version 2.3.1:
* PYTEST_QT_API environment variable correctly wins over qt_api ini
variable if both are set at the same time (#196). Thanks @mochick
for the PR.
- changes from version 2.3.0:
* New qapp_args fixture which can be used to pass custom arguments
to QApplication. Thanks @The-Compiler for the PR.
- changes from version 2.2.1:
* modeltester now accepts QBrush for BackgroundColorRole and
TextColorRole (#189). Thanks @p0las for the PR.
- changes from version 2.2.0:
* pytest-qt now supports PySide2 thanks to @rth!
-------------------------------------------------------------------
Mon Aug 28 17:13:21 UTC 2017 - toddrme2178@gmail.com
- Initial version