python3Packages.webtest: convert to pytestCheckHook

This commit is contained in:
Martin Weinelt 2022-01-17 03:32:00 +01:00
parent e02cea2d69
commit 7b0380172b

View file

@ -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