- update to 1.8:

* Drop support for EOL Python 2.6
  * Fix assertion in tests, add new test for blockon usage in
    fixture
  * Fixed blockon lock #24
  * Added ``qt5reactor`` support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-twisted?expand=0&rev=11
This commit is contained in:
2023-05-17 16:50:04 +00:00
committed by Git OBS Bridge
parent 5b56d2f006
commit 42f2c0f587
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 17 16:45:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.8:
* Drop support for EOL Python 2.6
* Fix assertion in tests, add new test for blockon usage in
fixture
* Fixed blockon lock #24
* Added ``qt5reactor`` support
-------------------------------------------------------------------
Mon Mar 28 21:41:17 UTC 2022 - Ben Greiner <code@bnavigator.de>