Commit b7cedafe authored by Fabian Affolter's avatar Fabian Affolter Committed by Bjørn Forsman
Browse files

python311Packages.construct: add pythonImportsCheck

parent 508645f1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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; {