Hello community,

here is the log from the commit of package python3-jedi for openSUSE:Factory 
checked in at 2015-10-28 17:30:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-jedi (Old)
 and      /work/SRC/openSUSE:Factory/.python3-jedi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-jedi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-jedi/python3-jedi.changes        
2015-06-30 10:19:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-jedi.new/python3-jedi.changes   
2015-10-28 17:30:39.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Oct 26 14:11:46 UTC 2015 - [email protected]
+
+- Fix tests
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-jedi.spec ++++++
--- /var/tmp/diff_new_pack.XRP0Of/_old  2015-10-28 17:30:39.000000000 +0100
+++ /var/tmp/diff_new_pack.XRP0Of/_new  2015-10-28 17:30:39.000000000 +0100
@@ -27,6 +27,7 @@
 BuildRequires:  python3-docopt
 BuildRequires:  python3-pytest
 BuildRequires:  python3-setuptools
+BuildConflicts: python3-buildservice-tweak
 Requires:       python3-docopt
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
@@ -62,7 +63,8 @@
 sed -i "s/open(path).read()/open(path, encoding='utf-8').read()/g" test/run.py
 # 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(0644,root,root,0755)


Reply via email to