[pytest-dev] Deprecation warnings that I didn't cause. Or did I?

2018-10-22 Thread Vasily Kuznetsov
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 quest

Re: [pytest-dev] Deprecation warnings that I didn't cause. Or did I?

2018-10-22 Thread Bruno Oliveira
Hi Vasily! On Mon, Oct 22, 2018 at 8:19 PM Vasily Kuznetsov wrote: > Hi everyone! > > 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 >

[pytest-dev] pytest 3.9.2

2018-10-22 Thread Bruno Oliveira
Hi folks, pytest 3.9.2 has just been released to PyPI. This is a bug-fix release, being a drop-in replacement. To upgrade:: pip install --upgrade pytest The full changelog is available at https://docs.pytest.org/en/latest/changelog.html. Thanks to all who contributed to this release, among t