python3Packages.deform: fix tests
This commit is contained in:
parent
db42905a5a
commit
18252b3f82
@ -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; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user