Loading pkgs/development/python-modules/can/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ , pytest-timeout , pytestCheckHook , pythonOlder , setuptools , stdenv , typing-extensions , wrapt , uptime Loading Loading @@ -37,6 +39,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ msgpack packaging setuptools typing-extensions wrapt ]; Loading Loading @@ -73,10 +76,16 @@ buildPythonPackage rec { # pytest.approx is not supported in a boolean context (since pytest7) "test_pack_unpack" "test_receive" ] ++ lib.optionals stdenv.isDarwin [ # timing sensitive "test_general" "test_gap" ]; preCheck = '' export PATH="$PATH:$out/bin"; # skips timing senstive tests export CI=1 ''; pythonImportsCheck = [ Loading Loading
pkgs/development/python-modules/can/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ , pytest-timeout , pytestCheckHook , pythonOlder , setuptools , stdenv , typing-extensions , wrapt , uptime Loading Loading @@ -37,6 +39,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ msgpack packaging setuptools typing-extensions wrapt ]; Loading Loading @@ -73,10 +76,16 @@ buildPythonPackage rec { # pytest.approx is not supported in a boolean context (since pytest7) "test_pack_unpack" "test_receive" ] ++ lib.optionals stdenv.isDarwin [ # timing sensitive "test_general" "test_gap" ]; preCheck = '' export PATH="$PATH:$out/bin"; # skips timing senstive tests export CI=1 ''; pythonImportsCheck = [ Loading