python3Packages.imbalanced-learn: disable version tests
seems that the sklearn package has moved some private methods.
This commit is contained in:
parent
5f7d5190b8
commit
0e520afd0e
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user