Skip to content

Commit 57907d0

Browse files
committed
Work around pandas tests failing on arm64
This is due to: pandas-dev/pandas#17792 and thus: numpy/numpy#8325
1 parent f70b4fb commit 57907d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ let
2323
sha256 = "0axzrb1b20vjsp02ppz0x28pwn8gvx3rzrsvkfbbww26wzzl7ndq";
2424
};
2525
};
26+
pandas = pyPkgs.pandas.overrideAttrs(o: rec {
27+
doCheck = false;
28+
});
2629

2730
pyPkgs = getPythonVersion pkgs;
2831
in with pkgs; pyPkgs.buildPythonPackage rec {

0 commit comments

Comments
 (0)