diff --git a/pytest-xdist-1.22.2.tar.gz b/pytest-xdist-1.22.2.tar.gz deleted file mode 100644 index 25dbf9b..0000000 --- a/pytest-xdist-1.22.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8f5744acc270b3e7d915bdb4d5f471670f049b6fbd163d4cbd52203b075d30f -size 57866 diff --git a/pytest-xdist-1.23.2.tar.gz b/pytest-xdist-1.23.2.tar.gz new file mode 100644 index 0000000..60342a7 --- /dev/null +++ b/pytest-xdist-1.23.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef0d05c905cfa0c5442c90e9e350e65c6ada120e33a00a066ca51c89f5f869a +size 59932 diff --git a/python-pytest-xdist.changes b/python-pytest-xdist.changes index 191b4c7..3e449c9 100644 --- a/python-pytest-xdist.changes +++ b/python-pytest-xdist.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Oct 26 12:56:22 UTC 2018 - Ondřej Súkup + +- update to version 1.23.2 +- add python-six to runtime deps + * Fix issue where Warnings could cause pytest to fail if they + do not set the args attribute correctly. + * Fix warnings transfer between workers and master node with pytest >= 3.8 + * Improve collection performance by reducing the number of events + sent to master node + ------------------------------------------------------------------- Sat Apr 7 21:29:41 UTC 2018 - arun@gmx.de diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index 56f8de4..bffa510 100644 --- a/python-pytest-xdist.spec +++ b/python-pytest-xdist.spec @@ -12,28 +12,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-xdist -Version: 1.22.2 +Version: 1.23.2 Release: 0 Summary: Distributed testing and loop-on-failing for py.test License: MIT Group: Development/Languages/Python Url: https://bitbucket.org/pytest-dev/pytest-xdist Source0: https://files.pythonhosted.org/packages/source/p/pytest-xdist/pytest-xdist-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools_scm} -BuildRequires: %{python_module setuptools} -BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-execnet >= 1.1 Requires: python-pytest >= 3.0.0 Requires: python-pytest-forked +Requires: python-six BuildArch: noarch %python_subpackages @@ -63,8 +61,7 @@ You may specify different Python versions and interpreters. %prep %setup -q -n pytest-xdist-%{version} -# disable failing tests (we cannot deal with too narrow deps here..) -dos2unix README.rst +sed -i 's/\r//' README.rst %build %python_build