Hello community,
here is the log from the commit of package python-pytest-xdist for
openSUSE:Factory checked in at 2019-07-30 13:00:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-xdist (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-xdist.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-xdist"
Tue Jul 30 13:00:29 2019 rev:10 rq:714231 version:1.29.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-xdist/python-pytest-xdist.changes
2019-03-26 15:35:33.364419053 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-xdist.new.4126/python-pytest-xdist.changes
2019-07-30 13:00:30.514446513 +0200
@@ -1,0 +2,16 @@
+Tue Jul 2 12:24:33 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.29.0:
+ * #226: --max-worker-restart now assumes a more reasonable value (4 times
the number of nodes) when not given explicitly. This prevents test suites from
running forever when the suite crashes during collection.
+ * #435: When the test session is interrupted due to running out of workers,
the reason is shown in the test summary for easier viewing.
+ * #442: Compatibility fix for upcoming pytest 5.0: session.exitstatus is now
an IntEnum object.
+ * #435: No longer show an internal error when we run out of workers due to
crashes.
+
+-------------------------------------------------------------------
+Mon Jun 3 08:49:46 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.28.0:
+ * #426: pytest-xdist now uses the new pytest_report_to_serializable and
+ pytest_report_from_serializable hooks from pytest 4.4
+
+-------------------------------------------------------------------
Old:
----
pytest-xdist-1.27.0.tar.gz
New:
----
pytest-xdist-1.29.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-xdist.spec ++++++
--- /var/tmp/diff_new_pack.H8JdyX/_old 2019-07-30 13:00:31.230446353 +0200
+++ /var/tmp/diff_new_pack.H8JdyX/_new 2019-07-30 13:00:31.234446352 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-xdist
-Version: 1.27.0
+Version: 1.29.0
Release: 0
Summary: Distributed testing and loop-on-failing for py.test
License: MIT
@@ -27,14 +27,14 @@
Source0:
https://files.pythonhosted.org/packages/source/p/pytest-xdist/pytest-xdist-%{version}.tar.gz
BuildRequires: %{python_module execnet >= 1.1}
BuildRequires: %{python_module filelock}
-BuildRequires: %{python_module pytest >= 3.6.0}
+BuildRequires: %{python_module pytest >= 4.4.0}
BuildRequires: %{python_module pytest-forked}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-execnet >= 1.1
-Requires: python-pytest >= 3.6.0
+Requires: python-pytest >= 4.4.0
Requires: python-pytest-forked
Requires: python-six
BuildArch: noarch
++++++ pytest-xdist-1.27.0.tar.gz -> pytest-xdist-1.29.0.tar.gz ++++++
++++ 6739 lines of diff (skipped)