mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-13 08:23:25 +00:00
python3Packages.pandas-stubs: fix build on Darwin
This commit is contained in:
parent
5e976f8f6d
commit
68e7084c32
@ -1,4 +1,5 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, jinja2
|
||||
@ -101,6 +102,8 @@ buildPythonPackage rec {
|
||||
"test_dummies"
|
||||
"test_from_dummies_args"
|
||||
"test_rolling_step_method"
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
"test_plotting" # Fatal Python error: Illegal instruction
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
Loading…
Reference in New Issue
Block a user