python3{11,12}Packages.nose2pytest: disable tests

This commit is contained in:
Emily 2024-08-10 01:07:55 +01:00
parent 428d7f7a68
commit 364ddc4e94

View File

@ -6,8 +6,6 @@
setuptools,
fissix,
pytest,
pytestCheckHook,
nose,
}:
let
@ -43,14 +41,8 @@ buildPythonPackage {
pytest
];
nativeCheckInputs = [
pytestCheckHook
nose
];
preCheck = ''
export HOME=$(mktemp -d)
'';
# Tests depend on nose!
doCheck = false;
pythonImportsCheck = [ "nose2pytest.assert_tools" ];