Hello community,

here is the log from the commit of package python-Pweave for openSUSE:Factory 
checked in at 2020-06-09 00:05:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Pweave (Old)
 and      /work/SRC/openSUSE:Factory/.python-Pweave.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Pweave"

Tue Jun  9 00:05:35 2020 rev:5 rq:812447 version:0.30.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Pweave/python-Pweave.changes      
2019-09-23 12:37:41.621607234 +0200
+++ /work/SRC/openSUSE:Factory/.python-Pweave.new.3606/python-Pweave.changes    
2020-06-09 00:07:23.649871769 +0200
@@ -1,0 +2,7 @@
+Mon Jun  8 07:55:03 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Adjust the tests to run with pytest and not nose
+- Skip format checking tests that rely on jupyter behaviour
+  and thus break with updates
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Pweave.spec ++++++
--- /var/tmp/diff_new_pack.exKJjh/_old  2020-06-09 00:07:25.261877489 +0200
+++ /var/tmp/diff_new_pack.exKJjh/_new  2020-06-09 00:07:25.261877489 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Pweave
 #
-# 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
@@ -23,25 +23,11 @@
 Release:        0
 Summary:        Scientific reports with embedded python computations
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
-Url:            https://github.com/mpastell/Pweave
+URL:            https://github.com/mpastell/Pweave
 Source:         
https://files.pythonhosted.org/packages/source/P/Pweave/Pweave-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# SECTION test requirements
-BuildRequires:  %{python_module Markdown}
-BuildRequires:  %{python_module Pygments}
-BuildRequires:  %{python_module certifi}
-BuildRequires:  %{python_module jupyter_client}
-BuildRequires:  %{python_module jupyter_ipykernel}
-BuildRequires:  %{python_module jupyter_ipython}
-BuildRequires:  %{python_module jupyter_nbconvert}
-BuildRequires:  %{python_module jupyter_nbformat}
-BuildRequires:  %{python_module matplotlib}
-BuildRequires:  %{python_module nose}
-BuildRequires:  %{python_module scipy}
-# /SECTION
 Requires:       python-Markdown
 Requires:       python-Pygments
 Requires:       python-certifi
@@ -55,7 +41,19 @@
 Recommends:     python-scipy
 Recommends:     python-sphinx_rtd_theme
 BuildArch:      noarch
-
+# SECTION test requirements
+BuildRequires:  %{python_module Markdown}
+BuildRequires:  %{python_module Pygments}
+BuildRequires:  %{python_module certifi}
+BuildRequires:  %{python_module jupyter_client}
+BuildRequires:  %{python_module jupyter_ipykernel}
+BuildRequires:  %{python_module jupyter_ipython}
+BuildRequires:  %{python_module jupyter_nbconvert}
+BuildRequires:  %{python_module jupyter_nbformat}
+BuildRequires:  %{python_module matplotlib}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module scipy}
+# /SECTION
 %python_subpackages
 
 %description
@@ -81,8 +79,8 @@
 
 %check
 # tests.test_readers.test_url - online
-# testFIR_FilterExampleTex - contains warning from matplotlib that changes the 
output
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
nosetests-%{$python_bin_suffix} -v -e '(test_url|testFIR_FilterExampleTex)'
+# Formatters/publish Layout changes with updates in jupyter
+%pytest -k 'not (test_url or testFormatters or test_publish)'
 
 %files %{python_files}
 %doc CHANGELOG.txt README.rst


Reply via email to