Merge pull request #51054 from worldofpeace/pandas-aarch
pythonPackages.pandas: don't run tests on aarch64
This commit is contained in:
commit
4faa3c7ef2
@ -87,6 +87,8 @@ in buildPythonPackage rec {
|
|||||||
"test_clipboard"
|
"test_clipboard"
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
doCheck = !stdenv.isAarch64; # upstream doesn't test this architecture
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
runHook preCheck
|
runHook preCheck
|
||||||
''
|
''
|
||||||
|
Loading…
Reference in New Issue
Block a user