[MRG] MNT Remove build_tools/windows/windows_testing_downloader.ps1#12974
[MRG] MNT Remove build_tools/windows/windows_testing_downloader.ps1#12974rth merged 3 commits intoscikit-learn:masterfrom
Conversation
|
Thanks! |
Yep that showed up in my search, thought that's there for Azure pipeline or something.
I wasn't sure if can remove them now as its slated for removal for version 0.22, apparently they are not used anywhere. scikit-learn/sklearn/utils/testing.py Lines 56 to 77 in a7b8b9e Let me clean them as well. |
Because of that we will have to wait for v0.22 to remove them.. |
ok will roll back those changes |
| additional_names_in_all = [] | ||
| try: | ||
| from nose.tools import raises as _nose_raises | ||
| deprecation_message = ( |
There was a problem hiding this comment.
Use a try-except-else rather than doing this in the try block (and rather than doing a second try block below)
|
Sorry I must have been looking at the wrong diff. |
What does this implement/fix? Explain your changes.
removes nose test configuration to prevent
train_test_splitfunction from detected as test case.