From 0e9d5810ab2eddcd93b1737ee26aec9a03c9a93270658594ade3e0b4473944d8 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 5 Nov 2015 10:43:51 +0000 Subject: [PATCH] Accepting request 342539 from home:TheBlackCat:branches:devel:languages:python Fix tests OBS-URL: https://build.opensuse.org/request/show/342539 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=10 --- python-jedi.changes | 5 +++++ python-jedi.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-jedi.changes b/python-jedi.changes index 8439f9b..3e4e15a 100644 --- a/python-jedi.changes +++ b/python-jedi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 5 10:32:32 UTC 2015 - toddrme2178@gmail.com + +- Fix tests + ------------------------------------------------------------------- Wed May 6 16:34:44 UTC 2015 - benoit.monin@gmx.fr diff --git a/python-jedi.spec b/python-jedi.spec index 77453aa..19c60f2 100644 --- a/python-jedi.spec +++ b/python-jedi.spec @@ -64,7 +64,8 @@ rm -rf build %check # we don't care about the speed, just that it works # skip failing import tests on 0.9.0 -py.test -k "not test_speed" --ignore=test/test_integration_import.py +# skip broken doctests on 0.9.0 +py.test -p "no:doctest" -k "not test_speed" --ignore=test/test_integration_import.py --ignore=test/test_evaluate/test_extension.py %files %defattr(-,root,root,-)