Loading pkgs/development/python-modules/essentials/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ fetchFromGitHub, setuptools, pytestCheckHook, stdenv, lib, }: buildPythonPackage rec { Loading @@ -21,6 +22,12 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ # time.sleep(0.01) can be up to 0.05s on darwin "test_stopwatch" "test_stopwatch_with_context_manager" ]; pythonImportsCheck = [ "essentials" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/essentials/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ fetchFromGitHub, setuptools, pytestCheckHook, stdenv, lib, }: buildPythonPackage rec { Loading @@ -21,6 +22,12 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ # time.sleep(0.01) can be up to 0.05s on darwin "test_stopwatch" "test_stopwatch_with_context_manager" ]; pythonImportsCheck = [ "essentials" ]; meta = with lib; { Loading