From fbfff38e3e57081f95c42b7476ea44bc0ffef939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 25 Feb 2026 20:54:17 +0100 Subject: [PATCH] python313Packages.gremlinpython: ignore dead locking tests, remove unused dep, don't ignore working tests --- .../python-modules/gremlinpython/default.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/pkgs/development/python-modules/gremlinpython/default.nix b/pkgs/development/python-modules/gremlinpython/default.nix index 4464edfac965..19881387cec4 100644 --- a/pkgs/development/python-modules/gremlinpython/default.nix +++ b/pkgs/development/python-modules/gremlinpython/default.nix @@ -8,7 +8,6 @@ isodate, nest-asyncio, pytestCheckHook, - mock, pyhamcrest, pyyaml, radish-bdd, @@ -60,7 +59,6 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook - mock pyhamcrest pyyaml radish-bdd @@ -79,6 +77,7 @@ buildPythonPackage rec { "tests/driver/test_driver_remote_connection_threaded.py" "tests/driver/test_web_socket_client_behavior.py" "tests/process/test_dsl.py" + "tests/process/test_traversal.py" # dead locks "tests/structure/io/test_functionalityio.py" ]; @@ -86,14 +85,6 @@ buildPythonPackage rec { "TestFunctionalGraphSONIO and test_timestamp" "TestFunctionalGraphSONIO and test_datetime" "TestFunctionalGraphSONIO and test_uuid" - "test_transaction_commit" - "test_transaction_rollback" - "test_transaction_no_begin" - "test_multi_commit_transaction" - "test_multi_rollback_transaction" - "test_multi_commit_and_rollback" - "test_transaction_close_tx" - "test_transaction_close_tx_from_parent" ]; meta = {