Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-nbval for openSUSE:Factory 
checked in at 2021-03-02 12:34:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbval (Old)
 and      /work/SRC/openSUSE:Factory/.python-nbval.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nbval"

Tue Mar  2 12:34:42 2021 rev:7 rq:875930 version:0.9.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbval/python-nbval.changes        
2020-12-17 17:09:22.521975051 +0100
+++ /work/SRC/openSUSE:Factory/.python-nbval.new.2378/python-nbval.changes      
2021-03-02 12:46:10.992393200 +0100
@@ -1,0 +2,6 @@
+Fri Feb 26 22:34:46 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Don't test numpy and matplotlib with Python 3.6: There is no
+  python36-numpy and python36-matplotlib in TW. (NEP 29) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-nbval.spec ++++++
--- /var/tmp/diff_new_pack.DHaDSq/_old  2021-03-02 12:46:11.528393664 +0100
+++ /var/tmp/diff_new_pack.DHaDSq/_new  2021-03-02 12:46:11.532393667 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nbval
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,7 +36,6 @@
 Requires:       python-nbdime
 Requires:       python-nbformat
 Requires:       python-pytest >= 2.8
-Requires:       python-six
 Recommends:     python-matplotlib
 Recommends:     python-pytest-cov
 Recommends:     python-pytest-timeout
@@ -49,7 +48,6 @@
 BuildRequires:  %{python_module coverage}
 BuildRequires:  %{python_module ipykernel}
 BuildRequires:  %{python_module jupyter-client}
-BuildRequires:  %{python_module matplotlib}
 BuildRequires:  %{python_module nbdime}
 BuildRequires:  %{python_module nbformat}
 BuildRequires:  %{python_module notebook}
@@ -57,8 +55,8 @@
 BuildRequires:  %{python_module pytest >= 2.8}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest-timeout}
-BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module sympy}
+BuildRequires:  %{python_module matplotlib if (%python-base without 
python36-base)}
 # /SECTION
 %if "%{python_flavor}" == "python3" || "%{?python_provides}"  == "python3"
 Provides:       jupyter-nbval = %{version}
@@ -92,8 +90,14 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# see dodo.py
-%pytest tests/ --nbval --current-env --sanitize-with 
tests/sanitize_defaults.cfg --ignore tests/ipynb-test-samples
+python36_donttest="(sample_notebook and 9) or (test_coalesce and 5)"
+# see dodo.py for call signature
+%{pytest tests/ --nbval \
+                --current-env \
+                --sanitize-with tests/sanitize_defaults.cfg \
+                --ignore tests/ipynb-test-samples \
+                ${$python_donttest:+ -k "not (${$python_donttest})"}
+}
 
 %files %{python_files}
 %doc README.md

Reply via email to