mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
update pytest to latest stable
This commit is contained in:
@@ -57,7 +57,7 @@ class TestRegression(TestCase):
|
|||||||
|
|
||||||
self.assertRaises(jedi.NotFoundError, get_def, cls)
|
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')
|
@cwd_at('jedi')
|
||||||
def test_add_dynamic_mods(self):
|
def test_add_dynamic_mods(self):
|
||||||
fname = '__main__.py'
|
fname = '__main__.py'
|
||||||
|
|||||||
2
tox.ini
2
tox.ini
@@ -2,7 +2,7 @@
|
|||||||
envlist = py26, py27, py32, py33, py34
|
envlist = py26, py27, py32, py33, py34
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
https://bitbucket.org/hpk42/pytest/get/c4f58165e0d4.zip
|
pytest>=2.3.5
|
||||||
# docopt for sith doctests
|
# docopt for sith doctests
|
||||||
docopt
|
docopt
|
||||||
# coloroma for colored debug output
|
# coloroma for colored debug output
|
||||||
|
|||||||
Reference in New Issue
Block a user