mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
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 a new issue