forked from pool/python-pytest-xdist
Accepting request 1178984 from home:mcalabkova:branches:devel:languages:python:pytest
- update to 3.6.1
* pytest-xdist workers now always execute the tests in the main thread.
* Added proper handling of shouldstop and shouldfail conditions in workers.
* Fixed compatibility issue between looponfail and editable installs.
* Use the new main_thread_only execnet “execmodel” so that code which
expects to only run in the main thread will now work as expected.
* Add backward compatibility for deadlock issue with the execnet new
main_thread_only “execmodel” triggered when pytest-cov accesses rinfo.
OBS-URL: https://build.opensuse.org/request/show/1178984
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-xdist?expand=0&rev=41
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 6 09:35:35 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- update to 3.6.1
|
||||
* pytest-xdist workers now always execute the tests in the main thread.
|
||||
* Added proper handling of shouldstop and shouldfail conditions in workers.
|
||||
* Fixed compatibility issue between looponfail and editable installs.
|
||||
* Use the new main_thread_only execnet “execmodel” so that code which
|
||||
expects to only run in the main thread will now work as expected.
|
||||
* Add backward compatibility for deadlock issue with the execnet new
|
||||
main_thread_only “execmodel” triggered when pytest-cov accesses rinfo.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 20:03:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user