pythonPackages.pyramid_exclog: add import check

This commit is contained in:
Sandro Jäckel
2021-02-16 23:21:20 +01:00
parent 2a8bd6150b
commit d766494f2f

View File

@@ -15,6 +15,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ pyramid ];
pythonImportsCheck = [ "pyramid_exclog" ];
meta = with lib; {
description = "A package which logs to a Python logger when an exception is raised by a Pyramid application";
homepage = "https://docs.pylonsproject.org/";