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