Re: [pytest-dev] pytest-airflow plugin

2019-03-12 Thread Sylvain MARIE via pytest-dev
Dear pytest enthusiasts, This is not pytest per se but quite low-level python so you may find it interesting also for pytest, that has many decorators. -- Writing python decorators is quite a tideous process, in particular when you wish to add arguments, and in particular in two cases : al

[pytest-dev] decorators and signature-preserving wrappers

2019-03-12 Thread Sylvain MARIE via pytest-dev
(wrong title in previous email, sorry) Dear pytest enthusiasts, This is not pytest per se but quite low-level python so you may find it interesting also for pytest, that has many decorators. -- Writing python decorators is quite a tideous process, in particular when you wish to add argu

[pytest-dev] pytest 4.3.1 bug fix release

2019-03-12 Thread Bruno Oliveira
Hi everyone, pytest 4.3.1 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, amon