Hello community,
here is the log from the commit of package python-pytest-sugar for
openSUSE:Factory checked in at 2019-07-30 13:06:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-sugar (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-sugar.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-sugar"
Tue Jul 30 13:06:11 2019 rev:5 rq:718214 version:0.9.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-sugar/python-pytest-sugar.changes
2019-02-24 17:04:38.552644872 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-sugar.new.4126/python-pytest-sugar.changes
2019-07-30 13:06:12.570375040 +0200
@@ -1,0 +2,5 @@
+Wed Jul 24 07:09:44 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Skip failing pytest5 checks that need tweaking upstream
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-sugar.spec ++++++
--- /var/tmp/diff_new_pack.2LyyCu/_old 2019-07-30 13:06:13.198374878 +0200
+++ /var/tmp/diff_new_pack.2LyyCu/_new 2019-07-30 13:06:13.202374877 +0200
@@ -23,7 +23,7 @@
Summary: Pretty printer for pytest progress
License: BSD-3-Clause
Group: Development/Languages/Python
-URL: http://pivotfinland.com/pytest-sugar/
+URL: https://github.com/Frozenball/pytest-sugar
Source:
https://files.pythonhosted.org/packages/source/p/pytest-sugar/pytest-sugar-%{version}.tar.gz
Patch0: pytest4.patch
BuildRequires: %{python_module pytest}
@@ -31,7 +31,7 @@
BuildRequires: %{python_module termcolor}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-pytest
+Requires: python-pytest < 5.0
Requires: python-termcolor
BuildArch: noarch
%python_subpackages
@@ -51,7 +51,9 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
py.test-%{$python_bin_suffix}
+# test_item_count_after_pytest_collection_modifyitems -
https://github.com/Frozenball/pytest-sugar/issues/180
+# test_doctest - same as above
+%pytest -k 'not test_item_count_after_pytest_collection_modifyitems and not
test_doctest'
%files %{python_files}
%license LICENSE