python311Packages.construct: add pythonImportsCheck

This commit is contained in:
Fabian Affolter
2023-11-27 18:46:54 +01:00
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; {