TST: Ignore convolution test warnings#7983
Conversation
|
Hi there @pllim 👋 - thanks for the pull request! I'm just a friendly 🤖 that checks for issues related to the changelog and making sure that this pull request is milestoned and labeled correctly. This is mainly intended for the maintainers, so if you are not a maintainer you can ignore this, and a maintainer will let you know if any action is required on your part 😃. Everything looks good from my point of view! 👍 If there are any issues with this message, please report them here. |
7a584e4 to
d7a0478
Compare
|
I applied @keflavich 's patch here and switch to using |
|
thank you @pllim and @keflavich! |
TST: Ignore convolution test warnings
|
This doesn't work that well with 2.0.10, and given that convolution changed a lot anyway, I don't even attempt to backport it but leave it in 3.1 only. |
This PR gets rid of most of the warnings seen when removing
addopts = -p no:warningsinsetup.cfgand then runningpython setup.py test -P convolution --remote-data.These still exist because I am not sure how to handle them:
The
ImportWarningis probably same as #6025. As for therewarning, it is scientific-python/pytest-doctestplus#29.Also see #7928