diff --git a/pkgs/development/python-modules/pysnooper/default.nix b/pkgs/development/python-modules/pysnooper/default.nix index 7b2c7282b033..2a19af6458d1 100644 --- a/pkgs/development/python-modules/pysnooper/default.nix +++ b/pkgs/development/python-modules/pysnooper/default.nix @@ -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" ];