diff --git a/pkgs/development/python-modules/ax-platform/default.nix b/pkgs/development/python-modules/ax-platform/default.nix index 80b8990474e6..e7ba1895624e 100644 --- a/pkgs/development/python-modules/ax-platform/default.nix +++ b/pkgs/development/python-modules/ax-platform/default.nix @@ -18,6 +18,7 @@ setuptools-scm, setuptools, sqlalchemy, + stdenvNoCC, tabulate, typeguard, yappi, @@ -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" ];