- update to 1.0.6:

* Add a new way of running tests with the blocking mode. In
    this mode, the http server is synchronized to the main thread
    and the client code is run in a separate thread.
  * Python version classifier updated in pyproject.toml (which
    updates pypi also)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpserver?expand=0&rev=20
This commit is contained in:
2023-05-04 22:28:27 +00:00
committed by Git OBS Bridge
parent 5549679fa4
commit d836f8748c
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu May 4 22:25:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.0.6:
* Add a new way of running tests with the blocking mode. In
this mode, the http server is synchronized to the main thread
and the client code is run in a separate thread.
* Python version classifier updated in pyproject.toml (which
updates pypi also)
-------------------------------------------------------------------
Fri Apr 21 12:31:43 UTC 2023 - Dirk Müller <dmueller@suse.com>