Hello community,
here is the log from the commit of package python-sqlitedict for
openSUSE:Factory checked in at 2020-06-12 21:38:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sqlitedict (Old)
and /work/SRC/openSUSE:Factory/.python-sqlitedict.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sqlitedict"
Fri Jun 12 21:38:06 2020 rev:6 rq:811144 version:1.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sqlitedict/python-sqlitedict.changes
2019-12-11 12:14:20.320524803 +0100
+++
/work/SRC/openSUSE:Factory/.python-sqlitedict.new.3606/python-sqlitedict.changes
2020-06-12 21:39:45.723972734 +0200
@@ -1,0 +2,5 @@
+Wed Jun 3 09:28:59 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- replace nose with pytest
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sqlitedict.spec ++++++
--- /var/tmp/diff_new_pack.tfLaE9/_old 2020-06-12 21:39:47.423978535 +0200
+++ /var/tmp/diff_new_pack.tfLaE9/_new 2020-06-12 21:39:47.427978549 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-sqlitedict
#
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -24,7 +24,7 @@
License: Apache-2.0
URL: https://github.com/piskvorky/sqlitedict
Source:
https://files.pythonhosted.org/packages/source/s/sqlitedict/sqlitedict-%{version}.tar.gz
-BuildRequires: %{python_module nose}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{pythons}
BuildRequires: fdupes
@@ -52,7 +52,7 @@
%{python_expand # db needs to be regenerated
rm -rf tests/db
mkdir -p tests/db
-nosetests-%{$python_bin_suffix} -v
+PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix}
}
%files %{python_files}