python3Packages.webtest: convert to pytestCheckHook
This commit is contained in:
parent
e02cea2d69
commit
7b0380172b
1 changed files with 2 additions and 4 deletions
|
@ -2,15 +2,14 @@
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, isPy27
|
, isPy27
|
||||||
, nose
|
|
||||||
, webob
|
, webob
|
||||||
, six
|
, six
|
||||||
, beautifulsoup4
|
, beautifulsoup4
|
||||||
, waitress
|
, waitress
|
||||||
, mock
|
|
||||||
, pyquery
|
, pyquery
|
||||||
, wsgiproxy2
|
, wsgiproxy2
|
||||||
, pastedeploy
|
, pastedeploy
|
||||||
|
, pytestCheckHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -36,8 +35,7 @@ buildPythonPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
nose
|
pytestCheckHook
|
||||||
mock
|
|
||||||
pastedeploy
|
pastedeploy
|
||||||
wsgiproxy2
|
wsgiproxy2
|
||||||
pyquery
|
pyquery
|
||||||
|
|
Loading…
Reference in a new issue