Add changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=45
This commit is contained in:
parent
6695531c49
commit
9444f7773a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 5 12:55:54 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Test suite complete useless.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 27 11:27:05 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user