From b0abaec4ce370bed8d71efb5982534aba8c74878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 23 Mar 2021 00:10:25 +0100 Subject: dev-python/notebook: Disable selenium tests harder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/777795 Signed-off-by: Michał Górny --- dev-python/notebook/notebook-6.3.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dev-python') diff --git a/dev-python/notebook/notebook-6.3.0.ebuild b/dev-python/notebook/notebook-6.3.0.ebuild index 0ee849912ef9..79f3213aac14 100644 --- a/dev-python/notebook/notebook-6.3.0.ebuild +++ b/dev-python/notebook/notebook-6.3.0.ebuild @@ -58,8 +58,6 @@ python_prepare_all() { python_test() { local deselect=( - # require geckodriver - notebook/tests/selenium # trash doesn't seem to work for us notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_checkpoints_follow_file notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete @@ -73,7 +71,8 @@ python_test() { notebook/services/kernels/tests/test_kernels_api.py::KernelCullingTest::test_culling ) - epytest ${deselect[@]/#/--deselect } + # selenium tests require geckodriver + epytest --ignore notebook/tests/selenium ${deselect[@]/#/--deselect } } python_install() { -- cgit v1.2.3