Hello community,

here is the log from the commit of package python-invocations for 
openSUSE:Factory checked in at 2020-10-29 09:47:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-invocations (Old)
 and      /work/SRC/openSUSE:Factory/.python-invocations.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-invocations"

Thu Oct 29 09:47:59 2020 rev:6 rq:841627 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-invocations/python-invocations.changes    
2020-03-27 00:23:58.224216472 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-invocations.new.3463/python-invocations.changes
  2020-10-29 09:47:59.728151011 +0100
@@ -1,0 +2,5 @@
+Tue Oct 13 10:33:07 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- Upper limit pytest 6.1 -- gh#bitprophet/pytest-relaxed#12
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-invocations.spec ++++++
--- /var/tmp/diff_new_pack.XkayVn/_old  2020-10-29 09:48:02.680153799 +0100
+++ /var/tmp/diff_new_pack.XkayVn/_new  2020-10-29 09:48:02.680153799 +0100
@@ -32,7 +32,8 @@
 BuildRequires:  %{python_module lexicon}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest-relaxed}
-BuildRequires:  %{python_module pytest}
+# gh#bitprophet/pytest-relaxed#12
+BuildRequires:  %{python_module pytest < 6.1}
 BuildRequires:  %{python_module releases >= 1.2}
 BuildRequires:  %{python_module semantic_version >= 2.4}
 BuildRequires:  %{python_module setuptools}
@@ -73,8 +74,6 @@
 %setup -q -n invocations-%{version}
 %patch0 -p1
 %patch1 -p1
-# remove useless releasing test
-rm tests/packaging/release.py
 
 %build
 %python_build
@@ -84,13 +83,16 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-export PYTHONDONTWRITEBYTECODE=1
-# With new sphinx this does not work at all so skip it
-#%%pytest
+# autodoc: With new sphinx this does not work at all so skip it
+# packaging: not applicable to openSUSE
+# cannot use --ignore because of pytest-relaxed plugin
+rm -r tests/autodoc/ tests/packaging/
+%pytest
 
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/invocations
+%{python_sitelib}/invocations-%{version}*info
 
 %changelog


Reply via email to