Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-bokeh for openSUSE:Factory 
checked in at 2021-06-05 23:31:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bokeh (Old)
 and      /work/SRC/openSUSE:Factory/.python-bokeh.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-bokeh"

Sat Jun  5 23:31:50 2021 rev:29 rq:897701 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bokeh/python-bokeh.changes        
2021-03-02 12:44:44.048318040 +0100
+++ /work/SRC/openSUSE:Factory/.python-bokeh.new.1898/python-bokeh.changes      
2021-06-05 23:32:19.776521173 +0200
@@ -1,0 +2,5 @@
+Sat Jun  5 12:55:54 UTC 2021 - Matej Cepl <mc...@suse.com>
+
+- Test suite complete useless.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-bokeh.spec ++++++
--- /var/tmp/diff_new_pack.XQBkG1/_old  2021-06-05 23:32:20.272522035 +0200
+++ /var/tmp/diff_new_pack.XQBkG1/_new  2021-06-05 23:32:20.276522042 +0200
@@ -16,11 +16,10 @@
 #
 
 
-# tests suite disabled by default. See below.
-%bcond_with    tests
-
 %define skip_python2 1
 %define skip_python36 1
+# tests suite disabled by default. See below.
+%bcond_with     tests
 Name:           python-bokeh
 Version:        2.3.0
 Release:        0
@@ -39,17 +38,6 @@
 BuildRequires:  %{python_module typing_extensions >= 3.7.4}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# SECTION test requirements
-%if %{with tests}
-BuildRequires:  %{python_module beautifulsoup4}
-BuildRequires:  %{python_module flaky}
-BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module python-dateutil >= 2.1}
-BuildRequires:  %{python_module selenium}
-# Note: If you manage to activate the test suite, try to patch external mock 
out.
-BuildRequires:  %{python_module mock}
-%endif
-# /SECTION
 BuildConflicts: python-buildservice-tweak
 Requires:       python-Jinja2 >= 2.7
 Requires:       python-Pillow >= 7.1.0
@@ -60,8 +48,22 @@
 Requires:       python-tornado >= 5.1
 Requires:       python-typing_extensions >= 3.7.4
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 BuildArch:      noarch
+# SECTION test requirements
+%if %{with tests}
+BuildRequires:  %{python_module beautifulsoup4}
+BuildRequires:  %{python_module flaky}
+# Note: If you manage to activate the test suite, try to patch external mock 
out.
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module nbconvert}
+BuildRequires:  %{python_module networkx}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module python-dateutil >= 2.1}
+BuildRequires:  %{python_module requests}
+BuildRequires:  %{python_module selenium}
+%endif
+# /SECTION
 %python_subpackages
 
 %description
@@ -92,7 +94,7 @@
 %check
 # Running the test suite (with datafiles from the GitHub archive) fails 
 # due to missing server/client setups, chromedriver, selenium etc.
-%pytest --no-js
+%pytest -k 'not (selenium or sampledata)'
 %endif
 
 %post

Reply via email to