Loading pkgs/development/python-modules/botorch/default.nix +13 −1 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, gpytorch, Loading Loading @@ -46,7 +47,18 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; disabledTests = [ "test_all_cases_covered" ]; pytestFlagsArray = [ # tests tend to get stuck on busy hosts, increase verbosity to find out # which specific tests get stuck "-vvv" ]; disabledTests = [ "test_all_cases_covered" ] ++ lib.optionals (stdenv.buildPlatform.system == "x86_64-linux") [ # stuck tests on hydra "test_moo_predictive_entropy_search" ]; pythonImportsCheck = [ "botorch" ]; Loading Loading
pkgs/development/python-modules/botorch/default.nix +13 −1 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, gpytorch, Loading Loading @@ -46,7 +47,18 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; disabledTests = [ "test_all_cases_covered" ]; pytestFlagsArray = [ # tests tend to get stuck on busy hosts, increase verbosity to find out # which specific tests get stuck "-vvv" ]; disabledTests = [ "test_all_cases_covered" ] ++ lib.optionals (stdenv.buildPlatform.system == "x86_64-linux") [ # stuck tests on hydra "test_moo_predictive_entropy_search" ]; pythonImportsCheck = [ "botorch" ]; Loading