From b3c91d4b81ec9073d0639fc3f894d0ac1031b43e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 31 May 2016 23:41:24 +0200 Subject: [PATCH] tox: Update pytest to 2.9.2 * skip tests where one parameterize dimension was empty * Fix Xfail does not work with condition keyword argument. * Fix win32 path issue when puttinging custom config file with absolute path in ``pytest.main("-c your_absolute_path")``. * Fix maximum recursion depth detection when raised error class is not aware of unicode/encoded bytes. * Fix ``pytest.mark.skip`` mark when used in strict mode. * Minor improvements and fixes to the documentation. * Fix ``--fixtures`` to show all fixture definitions as opposed to just one per fixture name. --- misc/requirements/requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/requirements/requirements-tests.txt b/misc/requirements/requirements-tests.txt index 617c93a4e..e462a929a 100644 --- a/misc/requirements/requirements-tests.txt +++ b/misc/requirements/requirements-tests.txt @@ -11,7 +11,7 @@ Mako==1.0.4 parse==1.6.6 parse-type==0.3.4 py==1.4.31 -pytest==2.9.1 +pytest==2.9.2 pytest-bdd==2.16.1 pytest-catchlog==1.2.2 pytest-cov==2.2.1