Hello community,
here is the log from the commit of package python-Flask-WTF for
openSUSE:Factory checked in at 2020-06-11 10:13:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Flask-WTF (Old)
and /work/SRC/openSUSE:Factory/.python-Flask-WTF.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-WTF"
Thu Jun 11 10:13:40 2020 rev:6 rq:813387 version:0.14.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Flask-WTF/python-Flask-WTF.changes
2020-02-10 21:54:08.802214979 +0100
+++
/work/SRC/openSUSE:Factory/.python-Flask-WTF.new.3606/python-Flask-WTF.changes
2020-06-11 10:17:33.193633658 +0200
@@ -1,0 +2,5 @@
+Wed Jun 10 08:30:32 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- replace nose with pytest
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Flask-WTF.spec ++++++
--- /var/tmp/diff_new_pack.9qNrod/_old 2020-06-11 10:17:34.057636432 +0200
+++ /var/tmp/diff_new_pack.9qNrod/_new 2020-06-11 10:17:34.061636445 +0200
@@ -17,7 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_with test
+%bcond_without test
Name: python-Flask-WTF
Version: 0.14.3
Release: 0
@@ -40,7 +40,7 @@
BuildRequires: %{python_module WTForms}
BuildRequires: %{python_module Werkzeug}
BuildRequires: %{python_module itsdangerous}
-BuildRequires: %{python_module nose}
+BuildRequires: %{python_module pytest}
%endif
%python_subpackages
@@ -60,7 +60,7 @@
%if %{with test}
%check
export LANG=en_US.UTF-8
-%python_expand nosetests-%{$python_bin_suffix} tests
+%pytest tests
%endif
%files %{python_files}