forked from pool/python-pytest-xdist
Accepting request 830842 from home:mcalabkova:branches:devel:languages:python:pytest
- Update to 2.1.0
* New ``pytest_xdist_auto_num_workers`` hook can be implemented by plugins
or ``conftest.py`` files to control the number of workers when
``--numprocesses=auto`` is given in the command-line.
* ``psutil`` has proven to make ``pytest-xdist`` installation in certain
platforms and containers problematic, so to use it for automatic number
of CPUs detection users need to install the ``psutil`` extra
- Add patches to keep compatibility with older pytests:
* reintroduce-slave-terminology.patch
* 0001-Revert-Remove-compat-for-pytest-6.patch
OBS-URL: https://build.opensuse.org/request/show/830842
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-xdist?expand=0&rev=20
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 13:01:20 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to 2.1.0
|
||||
* New ``pytest_xdist_auto_num_workers`` hook can be implemented by plugins
|
||||
or ``conftest.py`` files to control the number of workers when
|
||||
``--numprocesses=auto`` is given in the command-line.
|
||||
* ``psutil`` has proven to make ``pytest-xdist`` installation in certain
|
||||
platforms and containers problematic, so to use it for automatic number
|
||||
of CPUs detection users need to install the ``psutil`` extra
|
||||
- Add patches to keep compatibility with older pytests:
|
||||
* reintroduce-slave-terminology.patch
|
||||
* 0001-Revert-Remove-compat-for-pytest-6.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 25 08:12:22 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user