pythonPackages.pandas: don't run tests on aarch64

wip/yesman
worldofpeace 6 years ago
parent 22ec5128d4
commit 5518f1ce58
  1. 2
      pkgs/development/python-modules/pandas/default.nix

@ -87,6 +87,8 @@ in buildPythonPackage rec {
"test_clipboard"
]);
doCheck = !stdenv.isAarch64; # upstream doesn't test this architecture
checkPhase = ''
runHook preCheck
''

Loading…
Cancel
Save