Hello community,

here is the log from the commit of package python-msoffcrypto-tool for 
openSUSE:Factory checked in at 2020-08-18 15:10:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-msoffcrypto-tool (Old)
 and      /work/SRC/openSUSE:Factory/.python-msoffcrypto-tool.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-msoffcrypto-tool"

Tue Aug 18 15:10:32 2020 rev:5 rq:827090 version:4.10.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-msoffcrypto-tool/python-msoffcrypto-tool.changes
  2020-05-26 17:23:03.552457082 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-msoffcrypto-tool.new.3399/python-msoffcrypto-tool.changes
        2020-08-18 15:10:36.240029562 +0200
@@ -1,0 +2,5 @@
+Sun Aug 16 15:25:25 UTC 2020 - John Vandenberg <jay...@gmail.com>
+
+- Replace nose with pytest
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-msoffcrypto-tool.spec ++++++
--- /var/tmp/diff_new_pack.4A5O4Z/_old  2020-08-18 15:10:36.996029875 +0200
+++ /var/tmp/diff_new_pack.4A5O4Z/_new  2020-08-18 15:10:36.996029875 +0200
@@ -37,8 +37,8 @@
 # SECTION test requirements
 BuildRequires:  %{python_module coverage}
 BuildRequires:  %{python_module cryptography >= 2.3}
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module olefile >= 0.45}
+BuildRequires:  %{python_module pytest}
 # /SECTION
 %python_subpackages
 
@@ -60,7 +60,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec -m nose --with-doctest
+# pytest creates an illegitimate doctest case for __main__ which then fails
+%pytest --doctest-modules -k 'not __main__'
 
 %post
 %python_install_alternative msoffcrypto-tool


Reply via email to