Commit 879a2192 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.bambi: adjust disabled tests to fix build

parent 862aa989
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -91,9 +91,10 @@ buildPythonPackage rec {
    "test_model_without_intercept"
    "test_non_distributional_model"
    "test_normal_with_splines"
    "test_predict_new_groups_fail"
    "test_predict_new_groups"
    "test_predict_new_groups_fail"
    "test_predict_offset"
    "test_same_variable_conditional_and_group"
    "test_set_alias_warnings"
    "test_subplot_kwargs"
    "test_transforms"
@@ -113,8 +114,6 @@ buildPythonPackage rec {
  ];

  disabledTestPaths = [
    # bayeux-ml is not available
    "tests/test_alternative_samplers.py"
    # Tests require network access
    "tests/test_interpret.py"
    "tests/test_interpret_messages.py"