Loading pkgs/development/python-modules/submitit/default.nix +1 −8 Original line number Diff line number Diff line Loading @@ -30,7 +30,6 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook # event_loop was removed in pytest-asyncio 1.x pytest-asyncio ]; Loading @@ -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 = { Loading @@ -54,6 +47,6 @@ buildPythonPackage rec { description = "Python 3.8+ toolbox for submitting jobs to Slurm"; homepage = "https://github.com/facebookincubator/submitit"; license = lib.licenses.mit; maintainers = [ ]; maintainers = [ lib.maintainers.nickcao ]; }; } Loading
pkgs/development/python-modules/submitit/default.nix +1 −8 Original line number Diff line number Diff line Loading @@ -30,7 +30,6 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook # event_loop was removed in pytest-asyncio 1.x pytest-asyncio ]; Loading @@ -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 = { Loading @@ -54,6 +47,6 @@ buildPythonPackage rec { description = "Python 3.8+ toolbox for submitting jobs to Slurm"; homepage = "https://github.com/facebookincubator/submitit"; license = lib.licenses.mit; maintainers = [ ]; maintainers = [ lib.maintainers.nickcao ]; }; }