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:
2024-06-07 11:57:26 +00:00
committed by Git OBS Bridge
parent 9e5629ac71
commit c8f027425e
4 changed files with 19 additions and 7 deletions

View File

@@ -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>