Hello community,

here is the log from the commit of package python-pytest for openSUSE:Factory 
checked in at 2020-08-06 17:31:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest"

Thu Aug  6 17:31:35 2020 rev:57 rq:824226 version:5.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest/python-pytest.changes      
2020-06-11 10:01:41.134578424 +0200
+++ /work/SRC/openSUSE:Factory/.python-pytest.new.3399/python-pytest.changes    
2020-08-06 17:32:16.973096665 +0200
@@ -1,0 +2,6 @@
+Mon Aug  3 21:04:38 UTC 2020 - Matej Cepl <mc...@suse.com>
+
+- nose is actually not required: the test suite happily skips over tests
+  which require it.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pytest.spec ++++++
--- /var/tmp/diff_new_pack.YZ60jr/_old  2020-08-06 17:32:17.981096901 +0200
+++ /var/tmp/diff_new_pack.YZ60jr/_new  2020-08-06 17:32:17.985096902 +0200
@@ -57,7 +57,9 @@
 BuildRequires:  %{python_module hypothesis >= 3.56}
 BuildRequires:  %{python_module importlib-metadata >= 0.12}
 BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module nose}
+# nose is really not REQUIRED, the test suite skips over particular
+# tests, when the package is not available.
+# BuildRequires:  %%{python_module nose}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module pexpect}
 BuildRequires:  %{python_module pygments-pytest}


Reply via email to