python.pkgs.bleach: relax test requirement

This commit is contained in:
Frederik Rietdijk 2018-01-20 14:51:09 +01:00
parent ee91c45f89
commit 25d1d4944a

View File

@ -19,6 +19,10 @@ buildPythonPackage rec {
checkInputs = [ pytest pytestrunner ];
propagatedBuildInputs = [ six html5lib ];
postPatch = ''
substituteInPlace setup.py --replace ",<3dev" ""
'';
meta = {
description = "An easy, HTML5, whitelisting HTML sanitizer";
longDescription = ''