Matej Cepl 2021-06-05 12:56:09 +00:00 committed by Git OBS Bridge
parent 6695531c49
commit 9444f7773a
2 changed files with 10 additions and 2 deletions

View File

@ -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>

View File

@ -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