pythonPackages.seaborn: add imports check

This commit is contained in:
Sandro Jäckel 2021-02-15 23:30:21 +01:00
parent 7ac4979b84
commit 43e700cc9f
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -26,6 +26,7 @@ buildPythonPackage rec {
# Computationally very demanding tests
doCheck = false;
pythonImportsCheck= [ "seaborn" ];
meta = {
description = "Statisitical data visualization";