commit: c6d26b6c5edfa3bee6788e0fe0be9d61c9ec1a3e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 12 03:03:38 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 12 03:03:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d26b6c
dev-python/rq: Skip more hangy tests
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/rq/rq-2.3.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/rq/rq-2.3.3.ebuild b/dev-python/rq/rq-2.3.3.ebuild
index 17746a0e20f2..efc1fbf698a6 100644
--- a/dev-python/rq/rq-2.3.3.ebuild
+++ b/dev-python/rq/rq-2.3.3.ebuild
@@ -69,7 +69,7 @@ python_test() {
# hang
tests/test_commands.py::TestCommands::test_shutdown_command
tests/test_worker_pool.py::TestWorkerPool::test_check_workers
-
tests/test_dependencies.py::TestDependencies::test_dependency_list_in_depends_on
+ tests/test_dependencies.py::TestDependencies
# already present in older versions
tests/test_spawn_worker.py::TestWorker::test_work_and_quit
)