python311Packages.construct: add pythonImportsCheck
This commit is contained in:
committed by
Bjørn Forsman
parent
508645f160
commit
b7cedafeb6
@@ -24,6 +24,10 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook numpy arrow ruamel-yaml cloudpickle ];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"construct"
|
||||
];
|
||||
|
||||
disabledTests = [ "test_benchmarks" ] ++ lib.optionals stdenv.isDarwin [ "test_multiprocessing" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user