Loading pkgs/development/python-modules/debugpy/default.nix +8 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ pytestCheckHook, pytest-xdist, pytest-timeout, pytest-retry, importlib-metadata, psutil, untangle, Loading Loading @@ -99,6 +100,7 @@ buildPythonPackage rec { pytestCheckHook pytest-xdist pytest-timeout pytest-retry ## Used by test helpers: importlib-metadata Loading Loading @@ -129,7 +131,12 @@ buildPythonPackage rec { ''; # Override default arguments in pytest.ini pytestFlagsArray = [ "--timeout=0" ]; pytestFlags = [ "--timeout=0" ]; disabledTests = [ # hanging test (flaky) "test_systemexit" ]; # Fixes hanging tests on Darwin __darwinAllowLocalNetworking = true; Loading Loading
pkgs/development/python-modules/debugpy/default.nix +8 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ pytestCheckHook, pytest-xdist, pytest-timeout, pytest-retry, importlib-metadata, psutil, untangle, Loading Loading @@ -99,6 +100,7 @@ buildPythonPackage rec { pytestCheckHook pytest-xdist pytest-timeout pytest-retry ## Used by test helpers: importlib-metadata Loading Loading @@ -129,7 +131,12 @@ buildPythonPackage rec { ''; # Override default arguments in pytest.ini pytestFlagsArray = [ "--timeout=0" ]; pytestFlags = [ "--timeout=0" ]; disabledTests = [ # hanging test (flaky) "test_systemexit" ]; # Fixes hanging tests on Darwin __darwinAllowLocalNetworking = true; Loading