]> git.ipfire.org Git - thirdparty/babel.git/commit
Fix conftest.py compatibility with pytest 4.3
authorMiro Hrončok <miro@hroncok.cz>
Thu, 14 Mar 2019 18:54:42 +0000 (19:54 +0100)
committerMiro Hrončok <miro@hroncok.cz>
Thu, 14 Mar 2019 18:54:42 +0000 (19:54 +0100)
commitb33c95530b0d5e717fd36f5b775137c83c3bcf67
tree8552dc6dfdc8ca1d2c59b040914c2fe941c7ac0a
parent69cda1d2082444ed99836d92135f175d20555463
Fix conftest.py compatibility with pytest 4.3

While pytest in tox.ini is explicitly set to be 3.3.2, in Fedora 31
we are about to update to a newer version of pytest.
In order to be able to test babel, we need pytest 4.3 support.

This adds support for pytest 4.3 without breaking support for 3.3.2.
tests/conftest.py