pythonPackages.pandas: don't run tests on aarch64
This commit is contained in:
parent
22ec5128d4
commit
5518f1ce58
@ -87,6 +87,8 @@ in buildPythonPackage rec {
|
||||
"test_clipboard"
|
||||
]);
|
||||
|
||||
doCheck = !stdenv.isAarch64; # upstream doesn't test this architecture
|
||||
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user