forked from pool/python-pytest-xdist
Accepting request 561517 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/561517 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-xdist?expand=0&rev=3
This commit is contained in:
parent
6f6e326d5f
commit
baef68cfca
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:433e82f9b34986a4e4b2be38c60e82cca3ac64b7e1b38f4d8e3e118292939712
|
|
||||||
size 57076
|
|
3
pytest-xdist-1.21.0.tar.gz
Normal file
3
pytest-xdist-1.21.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0b8622435e3c0650a8d5a07b73a7f9c4f79b52d7ed060536a6041f0da423ba8e
|
||||||
|
size 57983
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 3 23:12:36 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
- update to version 1.21.0:
|
||||||
|
* Deprecations and Removals
|
||||||
|
+ Drop support for EOL Python 2.6. (#259)
|
||||||
|
* Features
|
||||||
|
+ New --dist=loadfile option which load-distributes test to
|
||||||
|
workers grouped by the file the tests live in. (#242)
|
||||||
|
* Bug Fixes
|
||||||
|
+ Fix accidental mutation of test report during serialization
|
||||||
|
causing longrepr string-ification to break. (#241)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 15 11:45:36 UTC 2017 - mimi.vx@gmail.com
|
Wed Nov 15 11:45:36 UTC 2017 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pytest-xdist
|
# spec file for package python-pytest-xdist
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -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.20.1
|
Version: 1.21.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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user