mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-16 13:48:56 +00:00
pythonPackages.seaborn: add imports check
This commit is contained in:
@@ -26,6 +26,7 @@ buildPythonPackage rec {
|
||||
|
||||
# Computationally very demanding tests
|
||||
doCheck = false;
|
||||
pythonImportsCheck= [ "seaborn" ];
|
||||
|
||||
meta = {
|
||||
description = "Statisitical data visualization";
|
||||
|
||||
Reference in New Issue
Block a user