python3Packages.bleach: disable network tests
This commit is contained in:
parent
8b4996eac2
commit
4f0ff75060
@ -24,10 +24,9 @@ buildPythonPackage rec {
|
|||||||
substituteInPlace setup.py --replace ",<3dev" ""
|
substituteInPlace setup.py --replace ",<3dev" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Disable a test
|
# Disable network tests
|
||||||
# https://github.com/mozilla/bleach/issues/467
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
pytest -k "not test_only_text_is_cleaned"
|
pytest -k "not protocols"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user