From 9c19f200e933f0c7513664f166afca27eeeb8cb738ded1bd0e146541eda93d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 31 Mar 2020 08:26:16 +0000 Subject: [PATCH] - Disable tests for now as selenium explodes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-dash-core-components?expand=0&rev=4 --- python-dash-core-components.changes | 5 +++++ python-dash-core-components.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-dash-core-components.changes b/python-dash-core-components.changes index 5d8c006..51c740d 100644 --- a/python-dash-core-components.changes +++ b/python-dash-core-components.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 31 08:26:03 UTC 2020 - Tomáš Chvátal + +- Disable tests for now as selenium explodes + ------------------------------------------------------------------- Tue Mar 31 07:29:23 UTC 2020 - Tomáš Chvátal diff --git a/python-dash-core-components.spec b/python-dash-core-components.spec index c029b97..000c19f 100644 --- a/python-dash-core-components.spec +++ b/python-dash-core-components.spec @@ -63,7 +63,9 @@ Core component suite for Dash %check %if %{with test} -%pytest +# needs working selenium and chromedriver +# when fixed this should be enabled +#%%pytest %endif %if !%{with test}