From a09851213b8dc6df3922f0213eb68e4fd6d5542407e177159ad4fbe649f827fb Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 24 May 2019 13:38:35 +0000 Subject: [PATCH] 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 --- python-jupyter-server.changes | 6 ++++++ python-jupyter-server.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-jupyter-server.changes b/python-jupyter-server.changes index 858d298..2665d54 100644 --- a/python-jupyter-server.changes +++ b/python-jupyter-server.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 22 21:53:32 UTC 2019 - Todd R + +- 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 diff --git a/python-jupyter-server.spec b/python-jupyter-server.spec index 8e4a608..557d009 100644 --- a/python-jupyter-server.spec +++ b/python-jupyter-server.spec @@ -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}