summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-07-11 03:07:59 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-07-11 03:13:20 -0700
commitfd193f2d8b12d88df44de105afe277d291c62362 (patch)
treedb34687baaa2c4c71252aa3611254b2d4d5fd7f4 /dev-python/notebook/notebook-6.4.0.ebuild
parentdev-python/ipdb: ppc64 keyworded (diff)
downloadgentoo-fd193f2d8b12d88df44de105afe277d291c62362.tar.gz
gentoo-fd193f2d8b12d88df44de105afe277d291c62362.tar.bz2
gentoo-fd193f2d8b12d88df44de105afe277d291c62362.zip
dev-python/notebook: skip more trash specific tests
Those fail or hang under portage Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-python/notebook/notebook-6.4.0.ebuild')
-rw-r--r--dev-python/notebook/notebook-6.4.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/notebook/notebook-6.4.0.ebuild b/dev-python/notebook/notebook-6.4.0.ebuild
index c99e0b2d8b1a..45ab7778bb41 100644
--- a/dev-python/notebook/notebook-6.4.0.ebuild
+++ b/dev-python/notebook/notebook-6.4.0.ebuild
@@ -58,12 +58,14 @@ python_prepare_all() {
python_test() {
local deselect=(
# trash doesn't seem to work for us
+ notebook/services/contents/tests/test_contents_api.py::APITest::test_checkpoints_follow_file
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_checkpoints_follow_file
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_dirs
notebook/services/contents/tests/test_contents_api.py::GenericFileCheckpointsAPITest::test_delete_non_empty_dir
notebook/services/contents/tests/test_manager.py::TestContentsManager::test_delete
notebook/services/contents/tests/test_manager.py::TestContentsManagerNoAtomic::test_delete
+ notebook/services/contents/tests/test_contents_api.py::APITest::test_delete
# TODO
notebook/services/kernels/tests/test_kernels_api.py::KernelAPITest::test_connections
notebook/services/kernels/tests/test_kernels_api.py::AsyncKernelAPITest::test_connections