diff --git a/pkgs/development/python-modules/construct/default.nix b/pkgs/development/python-modules/construct/default.nix index 65d4b68677a7..c2ebfa45abb4 100644 --- a/pkgs/development/python-modules/construct/default.nix +++ b/pkgs/development/python-modules/construct/default.nix @@ -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; {