mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
python3Packages.hist: skip crashing test on darwin
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
|
||||
@@ -46,6 +47,11 @@ buildPythonPackage (finalAttrs: {
|
||||
pytest-mpl
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# line 23: 92372 Trace/BPT trap: 5
|
||||
"test_to_hist_empty"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "hist" ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user