python3Packages.imbalanced-learn: disable version tests

seems that the sklearn package has moved some private methods.
This commit is contained in:
Jonathan Ringer 2019-11-27 16:58:15 -08:00 committed by Jon
parent 5f7d5190b8
commit 0e520afd0e

View file

@ -24,7 +24,8 @@ buildPythonPackage rec {
# or very large dependencies (keras + tensorflow)
py.test imblearn -k 'not estimator \
and not classification \
and not _generator'
and not _generator \
and not show_versions'
'';
meta = with stdenv.lib; {