Unverified Commit 9891bef5 authored by Philip Wilk's avatar Philip Wilk
Browse files

python3Packages.mlxtend: disable failing tests test_ensemble_vote_classifier,...

python3Packages.mlxtend: disable failing tests test_ensemble_vote_classifier, test_stacking_classifier, test_stacking_cv_classifier
parent faa73bb5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -59,6 +59,10 @@ buildPythonPackage rec {
    "mlxtend/evaluate/tests/test_feature_importance.py" # urlopen error
    "mlxtend/evaluate/tests/test_bias_variance_decomp.py" # keras.api._v2
    "mlxtend/evaluate/tests/test_bootstrap_point632.py" # keras.api._v2
    # Failing tests, most likely an upstream issue. See https://github.com/rasbt/mlxtend/issues/1117
    "mlxtend/classifier/tests/test_ensemble_vote_classifier.py"
    "mlxtend/classifier/tests/test_stacking_classifier.py"
    "mlxtend/classifier/tests/test_stacking_cv_classifier.py"
  ];

  meta = {