about summary refs log tree commit diff
path: root/pkgs/development/python-modules/imbalanced-learn
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-17 11:31:46 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-17 11:31:46 +0100
commit6ec8a982488ea28c9287d26418b7407a7ecbbba1 (patch)
treeb6be6f765e883f8ecbffb4c2412ecb46fc1ac920 /pkgs/development/python-modules/imbalanced-learn
parent3ba2f3a91bf921739da30bb95541759136fde39f (diff)
pythonPackages.imbalanced-learn: disable failing test
Diffstat (limited to 'pkgs/development/python-modules/imbalanced-learn')
-rw-r--r--pkgs/development/python-modules/imbalanced-learn/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/imbalanced-learn/default.nix b/pkgs/development/python-modules/imbalanced-learn/default.nix
index e0c2adb8e8bb4..2fcccf86f36c9 100644
--- a/pkgs/development/python-modules/imbalanced-learn/default.nix
+++ b/pkgs/development/python-modules/imbalanced-learn/default.nix
@@ -37,6 +37,7 @@ buildPythonPackage rec {
     "_generator"
     "show_versions"
     "test_make_imbalanced_iris"
+    "test_rusboost[SAMME.R]"
   ];
 
   meta = with lib; {