TST: Disable exception capture for pytest-qt#7578
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. |
TST: Disable exception capture for pytest-qt
TST: Disable exception capture for pytest-qt
TST: Disable exception capture for pytest-qt
|
This patch emits the following warning with I don't think it will cause CI failure but not sure until we fix scientific-python/pytest-doctestplus#118 (the other problem). Cannot seem to silence it using |
Fix #7572
This solution works for me with and without
pytest-qt(2.4.1) installed.ref: http://pytest-qt.readthedocs.io/en/1.4.0/virtual_methods.html (at the bottom)
p.s. Please remilestone if you don't need to backport this one.