python.pkgs.bleach: relax test requirement
This commit is contained in:
parent
ee91c45f89
commit
25d1d4944a
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user