python310Packages.html5lib: use pytestCheckHook, disable tests

This commit is contained in:
Jonathan Ringer
2022-01-04 22:37:08 -08:00
parent 76e8c85e65
commit 24ac7e1235
@@ -5,7 +5,7 @@
, webencodings
, mock
, pytest-expect
, pytestCheckHook_5
, pytestCheckHook
}:
buildPythonPackage rec {
@@ -22,10 +22,12 @@ buildPythonPackage rec {
webencodings
];
# latest release not compatible with pytest 6
doCheck = false;
checkInputs = [
mock
pytest-expect
pytestCheckHook_5
pytestCheckHook
];
meta = {