Loading pkgs/development/python-modules/ax-platform/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ setuptools-scm, setuptools, sqlalchemy, stdenvNoCC, tabulate, typeguard, yappi, Loading Loading @@ -102,6 +103,10 @@ buildPythonPackage rec { "test_gen" # "use MIN or MAX" does not match "Both `metric_aggregation` and `criterion` must be `ReductionCriterion` "test_user_input_error" ] ++ lib.optionals stdenvNoCC.hostPlatform.isDarwin [ # flaky on x86 "test_gen_with_expanded_parameter_space" ]; pythonImportsCheck = [ "ax" ]; Loading Loading
pkgs/development/python-modules/ax-platform/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ setuptools-scm, setuptools, sqlalchemy, stdenvNoCC, tabulate, typeguard, yappi, Loading Loading @@ -102,6 +103,10 @@ buildPythonPackage rec { "test_gen" # "use MIN or MAX" does not match "Both `metric_aggregation` and `criterion` must be `ReductionCriterion` "test_user_input_error" ] ++ lib.optionals stdenvNoCC.hostPlatform.isDarwin [ # flaky on x86 "test_gen_with_expanded_parameter_space" ]; pythonImportsCheck = [ "ax" ]; Loading