From acfa1f8b5bc3c1fcb7e6823e9c46de2bb394a5d0 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Thu, 18 Dec 2025 18:38:55 -0500 Subject: [PATCH] python3Packages.submitit: cleanup dependencies and disabled tests --- pkgs/development/python-modules/submitit/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkgs/development/python-modules/submitit/default.nix b/pkgs/development/python-modules/submitit/default.nix index 550db28bdfe4..cf15989cdc91 100644 --- a/pkgs/development/python-modules/submitit/default.nix +++ b/pkgs/development/python-modules/submitit/default.nix @@ -30,7 +30,6 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook - # event_loop was removed in pytest-asyncio 1.x pytest-asyncio ]; @@ -40,13 +39,7 @@ buildPythonPackage rec { disabledTests = [ # These tests are broken - "test_snapshot" - "test_snapshot_excludes" - "test_job_use_snapshot_cwd" - "test_job_use_snapshot_modules" - "test_nested_pickling" "test_setup" - "test_requeuing" ]; meta = {