pythonPackages.pyramid: add import check
This commit is contained in:
parent
d165503b58
commit
018d3e95e7
1 changed files with 2 additions and 0 deletions
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue