Loading pkgs/development/python-modules/pysnooper/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -23,8 +23,8 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; disabledTests = lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [ # timing-sensitive and often breaks on x86_64-darwin disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ # timing-sensitive and often breaks on Darwin "test_relative_time" ]; Loading Loading
pkgs/development/python-modules/pysnooper/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -23,8 +23,8 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; disabledTests = lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [ # timing-sensitive and often breaks on x86_64-darwin disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ # timing-sensitive and often breaks on Darwin "test_relative_time" ]; Loading