Hello community,

here is the log from the commit of package python-agate-excel for 
openSUSE:Factory checked in at 2020-04-16 23:07:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-agate-excel (Old)
 and      /work/SRC/openSUSE:Factory/.python-agate-excel.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-agate-excel"

Thu Apr 16 23:07:13 2020 rev:5 rq:794647 version:0.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-agate-excel/python-agate-excel.changes    
2019-12-03 12:42:48.690125620 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-agate-excel.new.2738/python-agate-excel.changes
  2020-04-16 23:07:15.947889106 +0200
@@ -1,0 +2,5 @@
+Thu Apr 16 18:25:27 UTC 2020 - Matej Cepl <[email protected]>
+
+- Switch from using nosetest runner to pytest
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-agate-excel.spec ++++++
--- /var/tmp/diff_new_pack.yuxQEI/_old  2020-04-16 23:07:16.835889896 +0200
+++ /var/tmp/diff_new_pack.yuxQEI/_new  2020-04-16 23:07:16.839889900 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-agate-excel
 #
-# 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
@@ -27,8 +27,8 @@
 URL:            https://github.com/wireservice/agate-excel
 Source:         
https://github.com/wireservice/agate-excel/archive/%{version}.tar.gz
 BuildRequires:  %{python_module agate >= 1.5.0}
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module openpyxl >= 2.3.0}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module xlrd >= 0.9.4}
 BuildRequires:  fdupes
@@ -56,7 +56,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand nosetests-%{$python_bin_suffix} tests
+%pytest
 
 %files %{python_files}
 %doc AUTHORS.rst README.rst


Reply via email to