python.pkgs.html5lib: disable certain tests
due to pytest change
This commit is contained in:
parent
f896d3b3ff
commit
72a680e122
@ -24,6 +24,9 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
# remove test causing error
|
||||||
|
# https://github.com/html5lib/html5lib-python/issues/411
|
||||||
|
rm html5lib/tests/test_stream.py
|
||||||
py.test
|
py.test
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user