python310Packages.html5lib: use pytestCheckHook, disable tests
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user