commit: fd193f2d8b12d88df44de105afe277d291c62362
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 10:07:59 2021 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 10:13:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd193f2d
dev-python/notebook: skip more trash specific tests
Those fail or hang under portage
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
dev-python/notebook/notebook-6.4.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/notebook/notebook-6.4.0.ebuild
b/dev-python/notebook/notebook-6.4.0.ebuild
index c99e0b2d8b1..45ab7778bb4 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