Hello community,
here is the log from the commit of package python-pytest-relaxed for
openSUSE:Factory checked in at 2020-01-16 18:16:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-relaxed (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-relaxed.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-relaxed"
Thu Jan 16 18:16:24 2020 rev:4 rq:764658 version:1.1.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-relaxed/python-pytest-relaxed.changes
2019-07-30 12:59:50.774455391 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-relaxed.new.26092/python-pytest-relaxed.changes
2020-01-16 18:16:31.516814768 +0100
@@ -1,0 +2,6 @@
+Wed Jan 15 12:51:01 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Skip test test_tests_are_colorized_by_test_result as pytest 5.3
+ tweaked color output a bit
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-relaxed.spec ++++++
--- /var/tmp/diff_new_pack.YX4iTX/_old 2020-01-16 18:16:32.716815447 +0100
+++ /var/tmp/diff_new_pack.YX4iTX/_new 2020-01-16 18:16:32.716815447 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-relaxed
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,6 @@
Release: 0
Summary: Relaxed test discovery/organization for pytest
License: BSD-2-Clause
-Group: Development/Languages/Python
URL: https://github.com/bitprophet/pytest-relaxed
Source:
https://files.pythonhosted.org/packages/source/p/pytest-relaxed/pytest-relaxed-%{version}.tar.gz
BuildRequires: %{python_module decorator >= 4}
@@ -56,7 +55,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+# test_tests_are_colorized_by_test_result upstream changed color output
slightly in pytest 5.3
+%pytest -k 'not test_tests_are_colorized_by_test_result'
%files %{python_files}
%license LICENSE