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
|
||||
, fetchPypi
|
||||
, isPy27
|
||||
, nose
|
||||
, webob
|
||||
, six
|
||||
, beautifulsoup4
|
||||
, waitress
|
||||
, mock
|
||||
, pyquery
|
||||
, wsgiproxy2
|
||||
, pastedeploy
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -36,8 +35,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
checkInputs = [
|
||||
nose
|
||||
mock
|
||||
pytestCheckHook
|
||||
pastedeploy
|
||||
wsgiproxy2
|
||||
pyquery
|
||||
|
|
Loading…
Reference in a new issue