Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-apptools for openSUSE:Factory
checked in at 2022-02-07 23:38:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-apptools (Old)
and /work/SRC/openSUSE:Factory/.python-apptools.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-apptools"
Mon Feb 7 23:38:03 2022 rev:3 rq:952035 version:4.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-apptools/python-apptools.changes
2019-11-20 10:29:28.434589025 +0100
+++
/work/SRC/openSUSE:Factory/.python-apptools.new.1898/python-apptools.changes
2022-02-07 23:39:09.770004167 +0100
@@ -1,0 +2,5 @@
+Mon Feb 7 07:20:43 UTC 2022 - Steve Kowalik <[email protected]>
+
+- Use pytest to run the testsuite, not nose.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-apptools.spec ++++++
--- /var/tmp/diff_new_pack.ajzxEO/_old 2022-02-07 23:39:10.254000855 +0100
+++ /var/tmp/diff_new_pack.ajzxEO/_new 2022-02-07 23:39:10.262000801 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-apptools
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -40,8 +40,8 @@
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module Pygments}
-BuildRequires: %{python_module nose}
BuildRequires: %{python_module pandas}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module tables}
BuildRequires: %{python_module traitsui}
BuildRequires: xorg-x11-server
@@ -83,8 +83,7 @@
%{python_expand mkdir tester_%{$python_bin_suffix}
pushd tester_%{$python_bin_suffix}
-export PYTHONPATH=%{buildroot}%{$python_sitelib}
-$python -B -m nose.core -v apptools
+%pytest
popd
}
%endif