python3Packages.deform: fix tests

This commit is contained in:
Jonathan Ringer 2020-11-05 20:52:32 -08:00
parent db42905a5a
commit 18252b3f82

View file

@ -1,6 +1,6 @@
{ lib, buildPythonPackage, fetchPypi
, chameleon, colander, iso8601, peppercorn, translationstring, zope_deprecation
, nose, coverage, beautifulsoup4, flaky }:
, nose, coverage, beautifulsoup4, flaky, pyramid, pytestCheckHook }:
buildPythonPackage rec {
pname = "deform";
@ -30,6 +30,8 @@ buildPythonPackage rec {
coverage
beautifulsoup4
flaky
pyramid
pytestCheckHook
];
meta = with lib; {