From 1eeb5677fafff84b9d59a613c85ca82f253f76eb Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Thu, 17 Jul 2014 18:35:31 +0900 Subject: [PATCH] update pytest to latest stable --- test/test_regression.py | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_regression.py b/test/test_regression.py index bc490d17..efed922f 100644 --- a/test/test_regression.py +++ b/test/test_regression.py @@ -57,7 +57,7 @@ class TestRegression(TestCase): self.assertRaises(jedi.NotFoundError, get_def, cls) - @pytest.mark.skip('Skip for now, test case is not really supported.') + @pytest.mark.skipif('True', reason='Skip for now, test case is not really supported.') @cwd_at('jedi') def test_add_dynamic_mods(self): fname = '__main__.py' diff --git a/tox.ini b/tox.ini index e6592223..b553234b 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ envlist = py26, py27, py32, py33, py34 [testenv] deps = - https://bitbucket.org/hpk42/pytest/get/c4f58165e0d4.zip + pytest>=2.3.5 # docopt for sith doctests docopt # coloroma for colored debug output