1
0

Accepting request 705254 from home:TheBlackCat:branches:devel:languages:python:jupyter

- Remove selenium test dependency, it isn't really needed for the tests and doesn't work on ARM.

OBS-URL: https://build.opensuse.org/request/show/705254
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=4
This commit is contained in:
Todd R 2019-05-24 13:38:35 +00:00 committed by Git OBS Bridge
parent e7f45dbce2
commit a09851213b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 22 21:53:32 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Remove selenium test dependency, it isn't really needed for the
tests and doesn't work on ARM.
-------------------------------------------------------------------
Thu May 2 18:13:49 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@ -44,7 +44,7 @@ BuildRequires: %{python_module nose}
BuildRequires: %{python_module prometheus_client}
BuildRequires: %{python_module pyzmq >= 17}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module selenium}
# BuildRequires: %%{python_module selenium}
BuildRequires: %{python_module terminado >= 0.8.1}
BuildRequires: %{python_module tornado >= 4}
BuildRequires: %{python_module traitlets >= 4.2.1}