python3.pkgs.mistune: add pythonImportsCheck

This commit is contained in:
Dmitry Bogatov
2021-04-03 00:00:00 +00:00
committed by Sandro Jäckel
parent b6bb9ebd41
commit 403481caf9

View File

@@ -9,6 +9,7 @@ buildPythonPackage rec {
};
buildInputs = [ nose ];
pythonImportsCheck = [ "mistune" ];
meta = with lib; {
description = "The fastest markdown parser in pure Python";