Hello community,

here is the log from the commit of package python-rope for openSUSE:Factory 
checked in at 2019-02-04 14:24:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rope (Old)
 and      /work/SRC/openSUSE:Factory/.python-rope.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rope"

Mon Feb  4 14:24:08 2019 rev:13 rq:666513 version:0.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rope/python-rope.changes  2018-08-31 
10:46:28.151349296 +0200
+++ /work/SRC/openSUSE:Factory/.python-rope.new.28833/python-rope.changes       
2019-02-04 14:24:10.353088996 +0100
@@ -1,0 +2,5 @@
+Wed Jan 16 17:41:43 CET 2019 - [email protected]
+
+- Workaround gh#python-rope/rope#247 (some tests fail on Python 3.7)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-rope.spec ++++++
--- /var/tmp/diff_new_pack.7DlaOr/_old  2019-02-04 14:24:11.005088687 +0100
+++ /var/tmp/diff_new_pack.7DlaOr/_new  2019-02-04 14:24:11.009088685 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-rope
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -26,6 +26,7 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/python-rope/rope
 Source:         
https://files.pythonhosted.org/packages/source/r/rope/rope-%{version}.tar.gz
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -51,7 +52,10 @@
 
 %check
 export LANG=en_US.UTF-8
-%python_exec setup.py test
+# %%python_exec setup.py test
+py.test2 -v
+# Work around gh#python-rope/rope#247
+py.test3 -v -k 'not (test_hint_parametrized_iterable or 
test_hint_parametrized_iterator)'
 
 %files %{python_files}
 %license COPYING


Reply via email to