Closed jcrist closed 7 years ago
No longer accept address for scheduler kwarg
scheduler
This was causing things to lockup if an invalid parameter was passed in. We now accept a Client instead, which is both simpler and more robust.
Client
Ignore warnings in test_feature_union
test_feature_union
Warnings are now visible due to recent py.test release. We can't turn this warning off easily, just ignore it.
py.test
No longer accept address for
scheduler
kwargThis was causing things to lockup if an invalid parameter was passed in. We now accept a
Client
instead, which is both simpler and more robust.Ignore warnings in
test_feature_union
Warnings are now visible due to recent
py.test
release. We can't turn this warning off easily, just ignore it.