[pytest-dev] pytest 3.2.1 released

2017-08-09 Thread Bruno Oliveira
pytest 3.2.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 http://doc.pytest.org/en/latest/changelog.html. Thanks to all who contributed to this release, among them: * Alex

[pytest-dev] plan change for marks - earlier introduction of the inheritance compatible apis

2017-08-09 Thread RonnyPfannschmidt
Hi everyone, after trying for a while to sanely introduce a FunctionDefinition node type, and failing due to pretty nasty coupling in the code, i decided i will introduce inheritance compatible marker apis in a different way this will mean a slight mess due to the lack of some important correct