Hello community, here is the log from the commit of package python-rope for openSUSE:Factory checked in at 2020-01-02 14:44:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rope (Old) and /work/SRC/openSUSE:Factory/.python-rope.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rope" Thu Jan 2 14:44:15 2020 rev:17 rq:760393 version:0.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-rope/python-rope.changes 2019-03-26 22:32:51.937699367 +0100 +++ /work/SRC/openSUSE:Factory/.python-rope.new.6675/python-rope.changes 2020-01-02 14:44:22.848983862 +0100 @@ -1,0 +2,5 @@ +Thu Jan 2 10:23:54 UTC 2020 - Tomáš Chvátal <[email protected]> + +- Run the pytest call only once + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rope.spec ++++++ --- /var/tmp/diff_new_pack.N5Gj9q/_old 2020-01-02 14:44:23.500984121 +0100 +++ /var/tmp/diff_new_pack.N5Gj9q/_new 2020-01-02 14:44:23.500984121 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-rope # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -52,10 +52,8 @@ %check export LANG=en_US.UTF-8 -# %%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)' +%pytest -k 'not (test_hint_parametrized_iterable or test_hint_parametrized_iterator)' %files %{python_files} %license COPYING
