Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-parallel for
openSUSE:Factory checked in at 2021-02-07 15:22:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-parallel (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-parallel.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-parallel"
Sun Feb 7 15:22:12 2021 rev:4 rq:870016 version:0.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-parallel/python-pytest-parallel.changes
2020-05-03 22:47:12.915152336 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-parallel.new.28504/python-pytest-parallel.changes
2021-02-07 15:24:33.282235884 +0100
@@ -1,0 +2,6 @@
+Sat Feb 6 19:26:23 UTC 2021 - Matej Cepl <[email protected]>
+
+- Limit pytest to pytest5 as pytest6 is not supported yet
+ (gh#browsertron/pytest-parallel#91).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-parallel.spec ++++++
--- /var/tmp/diff_new_pack.tiyGE3/_old 2021-02-07 15:24:33.762236432 +0100
+++ /var/tmp/diff_new_pack.tiyGE3/_new 2021-02-07 15:24:33.766236437 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-parallel
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,11 +29,12 @@
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-pytest >= 3.0.0
+Requires: python-pytest5 >= 3.0.0
Requires: python-tblib
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module pytest >= 3.0.0}
+# Pytest5 because of gh#browsertron/pytest-parallel#91
+BuildRequires: %{python_module pytest5 >= 3.0.0}
BuildRequires: %{python_module pytest-html}
BuildRequires: %{python_module tblib}
# /SECTION