pythonPackages.bleach: disable a test
This commit is contained in:
parent
9f6df9d960
commit
57ef737629
@ -23,6 +23,12 @@ buildPythonPackage rec {
|
|||||||
substituteInPlace setup.py --replace ",<3dev" ""
|
substituteInPlace setup.py --replace ",<3dev" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Disable a test
|
||||||
|
# https://github.com/mozilla/bleach/issues/467
|
||||||
|
checkPhase = ''
|
||||||
|
pytest -k "not test_only_text_is_cleaned"
|
||||||
|
'';
|
||||||
|
|
||||||
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