Hello community,
here is the log from the commit of package python-tri.declarative for
openSUSE:Factory checked in at 2020-06-02 14:35:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tri.declarative (Old)
and /work/SRC/openSUSE:Factory/.python-tri.declarative.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tri.declarative"
Tue Jun 2 14:35:55 2020 rev:4 rq:810163 version:5.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-tri.declarative/python-tri.declarative.changes
2020-04-18 00:33:43.062460733 +0200
+++
/work/SRC/openSUSE:Factory/.python-tri.declarative.new.3606/python-tri.declarative.changes
2020-06-02 14:36:07.795045153 +0200
@@ -1,0 +2,5 @@
+Fri May 29 09:28:07 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Switch to pytest5 and disable one test that does not work with it
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-tri.declarative.spec ++++++
--- /var/tmp/diff_new_pack.9zLJa0/_old 2020-06-02 14:36:09.095049267 +0200
+++ /var/tmp/diff_new_pack.9zLJa0/_new 2020-06-02 14:36:09.099049279 +0200
@@ -29,9 +29,7 @@
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
-# Tests are incomptaible with pytest 5
-# https://github.com/TriOptima/tri.declarative/issues/9
-BuildRequires: %{python_module pytest < 5}
+BuildRequires: %{python_module pytest >= 4.0}
BuildRequires: %{python_module tri.struct >= 3.0.0}
# /SECTION
BuildRequires: fdupes
@@ -55,7 +53,9 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+# test_namespace_missing_call_target - pytest5 incompatible usage
+# https://github.com/TriOptima/tri.declarative/issues/9
+%pytest -k 'not test_namespace_missing_call_target'
%files %{python_files}
%doc AUTHORS.rst README.rst