From 9444f7773a397ad8b97b80c6c763a772310b0a37b68e30b067f6d2290395cf01 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 5 Jun 2021 12:56:09 +0000 Subject: [PATCH] Add changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=45 --- python-bokeh.changes | 5 +++++ python-bokeh.spec | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/python-bokeh.changes b/python-bokeh.changes index f3b33be..802a6dc 100644 --- a/python-bokeh.changes +++ b/python-bokeh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jun 5 12:55:54 UTC 2021 - Matej Cepl + +- Test suite complete useless. + ------------------------------------------------------------------- Sat Feb 27 11:27:05 UTC 2021 - Michael Ströder diff --git a/python-bokeh.spec b/python-bokeh.spec index 7973a9a..137c6c4 100644 --- a/python-bokeh.spec +++ b/python-bokeh.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %define skip_python36 1 # tests suite disabled by default. See below. -%bcond_with tests +%bcond_with tests Name: python-bokeh Version: 2.3.0 Release: 0 @@ -56,8 +56,11 @@ 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 @@ -91,7 +94,7 @@ with interactivity over large or streaming datasets. %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