Hello community,

here is the log from the commit of package python-pylint for openSUSE:Factory 
checked in at 2020-12-21 12:35:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pylint (Old)
 and      /work/SRC/openSUSE:Factory/.python-pylint.new.5145 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pylint"

Mon Dec 21 12:35:08 2020 rev:20 rq:856770 version:2.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pylint/python-pylint.changes      
2020-09-04 10:58:55.834617526 +0200
+++ /work/SRC/openSUSE:Factory/.python-pylint.new.5145/python-pylint.changes    
2020-12-21 12:35:16.466945991 +0100
@@ -1,0 +2,6 @@
+Thu Dec 17 21:43:53 UTC 2020 - Benjamin Greiner <c...@bnavigator.de>
+
+- Skip the failing test for unused imports on python36 flavor
+  gh#openSUSE/python-rpm-macros#66
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pylint.spec ++++++
--- /var/tmp/diff_new_pack.xkgI33/_old  2020-12-21 12:35:17.186947712 +0100
+++ /var/tmp/diff_new_pack.xkgI33/_new  2020-12-21 12:35:17.186947712 +0100
@@ -102,7 +102,9 @@
 # others must not import from local source dir
 # gh#PyCQA/pylint#3636
 export PYTHONPATH=""
-%pytest -k "not test_version" --benchmark-disable
+# test_functional[unused_typing_imports] fails in the python36 flavor for TW
+python36_skiptest=" or (test_functional and unused_typing_imports)"
+%pytest -k "not (test_version ${$python_skiptest})" --benchmark-disable
 %endif
 
 %files %{python_files}
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to