Hello community,
here is the log from the commit of package python-pytest-benchmark for
openSUSE:Factory checked in at 2020-08-06 17:32:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-benchmark (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-benchmark.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-benchmark"
Thu Aug 6 17:32:43 2020 rev:7 rq:824586 version:3.2.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-benchmark/python-pytest-benchmark.changes
2020-03-27 00:22:43.448178595 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-benchmark.new.3399/python-pytest-benchmark.changes
2020-08-06 17:33:25.473104848 +0200
@@ -1,0 +2,6 @@
+Wed Aug 5 21:31:21 UTC 2020 - John Vandenberg <[email protected]>
+
+- Remove pytest-xdist from build
+- Re-activate test suite
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-benchmark.spec ++++++
--- /var/tmp/diff_new_pack.Myess5/_old 2020-08-06 17:33:25.921104801 +0200
+++ /var/tmp/diff_new_pack.Myess5/_new 2020-08-06 17:33:25.925104800 +0200
@@ -33,7 +33,6 @@
BuildRequires: %{python_module pygaljs}
BuildRequires: %{python_module pygal}
BuildRequires: %{python_module pytest >= 3.8}
-BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: git-core
@@ -80,7 +79,7 @@
%check
export PYTHONDONTWRITEBYTECODE=1
-#%%pytest tests
+%pytest tests
%post
%{python_install_alternative pytest-benchmark py.test-benchmark}