Hello community, here is the log from the commit of package python-pylint for openSUSE:Factory checked in at 2020-06-29 21:14:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pylint (Old) and /work/SRC/openSUSE:Factory/.python-pylint.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pylint" Mon Jun 29 21:14:24 2020 rev:17 rq:816633 version:2.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pylint/python-pylint.changes 2020-06-11 14:45:33.085530974 +0200 +++ /work/SRC/openSUSE:Factory/.python-pylint.new.3060/python-pylint.changes 2020-06-29 21:14:27.509058683 +0200 @@ -1,0 +2,8 @@ +Tue Jun 23 16:28:35 UTC 2020 - Benjamin Greiner <[email protected]> + +- test import workarounds need rework + gh#openSUSE/python-rpm-macros#48 + gh#PyCQA/pylint#3636 +- do not benchmark, just run the tests once + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pylint.spec ++++++ --- /var/tmp/diff_new_pack.xAXVpJ/_old 2020-06-29 21:14:28.481061690 +0200 +++ /var/tmp/diff_new_pack.xAXVpJ/_new 2020-06-29 21:14:28.485061703 +0200 @@ -94,10 +94,14 @@ %if %{with tests} %check export LC_ALL="en_US.UTF-8" -%pytest -k "not test_do_not_import_files_from_local_directory" -# workaround for gh#PyCQA/pylint#3636 -export PYTHONPATH="/" -%pytest -k "test_do_not_import_files_from_local_directory" +# this tests needs the local source dir for imports, +# gh#openSUSE/python-rpm-macros#48 +export PYTHONPATH=$(pwd) +%pytest -k test_version +# others must not import from local source dir +# gh#PyCQA/pylint#3636 +export PYTHONPATH="" +%pytest -k "not test_version" --benchmark-disable %endif %files %{python_files}
