Hi everyone! Upon running the tests of pytest-console-scripts plugin with pytest 3.9.1 I see 72 deprecation warnings for an API that, as far as I can tell, my plugin doesn't use (see https://github.com/kvas-it/pytest-console-scripts/issues/14 for more details). After replacing the warning in question with an exception in pytest sources I get the full stack trace but it doesn't have any of my code (also documented in the ticket).
Could somebody who understands the newly deprecated features take a look at my code (there's not much, the whole extension is just 168 lines of code in one file <https://github.com/kvas-it/pytest-console-scripts/blob/master/pytest_console_scripts.py>) and see if there's something I should be doing differently to avoid the warnings. Pointers to the description of which APIs are planned for removal in 4.0 would also work. Cheers, Vasily
_______________________________________________ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo/pytest-dev