forked from pool/python-pytest-xdist
- Update to 1.27.0:
* #374: The new ``pytest_xdist_getremotemodule`` hook allows overriding the module run on remote nodes. * #415: Improve behavior of ``--numprocesses=auto`` to work well with ``--pdb`` option. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-xdist?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
583c521d1d
commit
1c9dba3e49
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d03d1ff1b008458ed04fa73e642d840ac69b4107c168e06b71037c62d7813dd4
|
|
||||||
size 64973
|
|
||||||
3
pytest-xdist-1.27.0.tar.gz
Normal file
3
pytest-xdist-1.27.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a96ed691705882560fa3fc95531fbd4c224896c827f4004817eb2dcac4ba41a2
|
||||||
|
size 65259
|
||||||
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 21 09:54:59 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.27.0:
|
||||||
|
* #374: The new ``pytest_xdist_getremotemodule`` hook allows overriding the module run on remote nodes.
|
||||||
|
* #415: Improve behavior of ``--numprocesses=auto`` to work well with ``--pdb`` option.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 12 12:57:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Tue Feb 12 12:57:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pytest-xdist
|
Name: python-pytest-xdist
|
||||||
Version: 1.26.1
|
Version: 1.27.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Distributed testing and loop-on-failing for py.test
|
Summary: Distributed testing and loop-on-failing for py.test
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user