pythonPackages.pyramid: add import check
This commit is contained in:
parent
d165503b58
commit
018d3e95e7
@ -33,6 +33,8 @@ buildPythonPackage rec {
|
|||||||
# https://github.com/Pylons/pyramid/issues/1899
|
# https://github.com/Pylons/pyramid/issues/1899
|
||||||
doCheck = !isPy35;
|
doCheck = !isPy35;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "pyramid" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "The Pyramid Web Framework, a Pylons project";
|
description = "The Pyramid Web Framework, a Pylons project";
|
||||||
homepage = "https://trypyramid.com/";
|
homepage = "https://trypyramid.com/";
|
||||||
|
Loading…
Reference in New Issue
Block a user