Merge pull request #51054 from worldofpeace/pandas-aarch

pythonPackages.pandas: don't run tests on aarch64
This commit is contained in:
Maximilian Bosch 2018-11-26 03:20:08 +01:00 committed by GitHub
commit 4faa3c7ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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