python3Packages.bleach: disable network tests

This commit is contained in:
Jonathan Ringer 2019-12-20 22:23:33 -08:00 committed by Frederik Rietdijk
parent 8b4996eac2
commit 4f0ff75060

View File

@ -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 = {