mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
python3{11,12}Packages.nose2pytest: disable tests
This commit is contained in:
parent
428d7f7a68
commit
364ddc4e94
@ -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" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user