python.pkgs.bleach: relax test requirement
This commit is contained in:
parent
ee91c45f89
commit
25d1d4944a
@ -19,6 +19,10 @@ buildPythonPackage rec {
|
|||||||
checkInputs = [ pytest pytestrunner ];
|
checkInputs = [ pytest pytestrunner ];
|
||||||
propagatedBuildInputs = [ six html5lib ];
|
propagatedBuildInputs = [ six html5lib ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace setup.py --replace ",<3dev" ""
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An easy, HTML5, whitelisting HTML sanitizer";
|
description = "An easy, HTML5, whitelisting HTML sanitizer";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user