pythonPackages.pyramid: add import check

This commit is contained in:
Sandro Jäckel
2021-02-16 23:18:06 +01:00
parent d165503b58
commit 018d3e95e7

View File

@@ -33,6 +33,8 @@ buildPythonPackage rec {
# https://github.com/Pylons/pyramid/issues/1899
doCheck = !isPy35;
pythonImportsCheck = [ "pyramid" ];
meta = with lib; {
description = "The Pyramid Web Framework, a Pylons project";
homepage = "https://trypyramid.com/";