python3Packages.webtest: convert to pytestCheckHook

main
Martin Weinelt 2 years ago
parent e02cea2d69
commit 7b0380172b
  1. 6
      pkgs/development/python-modules/webtest/default.nix

@ -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…
Cancel
Save