TST: Ignore cache warning on Windows#9634
Conversation
|
Is this still necessary? |
|
I saw it in 4.0rc1. Has the situation changed? |
|
I'm willing to take a swing at this, but I have no Windows machine to test it on. But I guess if I set up a PR and remove this "ignore" I'll get errors from the specific lines that emit this warning? I can then try to to CI debugging. |
Yes, it would show up as CI failure with a traceback that originated from the warning. I pip installed 4.0rc1 from GitHub tag into a Python 3.7 conda environment. Or maybe I checked out the 4.0rc1 tag from a git clone. Can't remember exactly now! |
|
Thanks @pllim! |
|
One of the warnings was concealing a nasty bug (#9704) in |
|
In fact I've removed suppression of all the cache-related warnings and CI passes fine - am I doing something wrong in #9703 ? |
TST: Ignore cache warning on Windows
Description
This pull request is to address cache warning seen on Windows testing.
Follow up of #7928 and needs to be addressed as part of #9620.
cc @aarchiba
p.s. Not sure why Windows job on Travis CI didn't catch this, but I see it on a local Windows 10 machine.