14
0
forked from pool/python-pylint

Accepting request 856770 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/856770
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylint?expand=0&rev=20
This commit is contained in:
2020-12-21 11:35:08 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 17 21:43:53 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Skip the failing test for unused imports on python36 flavor
gh#openSUSE/python-rpm-macros#66
-------------------------------------------------------------------
Fri Aug 21 10:28:41 UTC 2020 - Michael Ströder <michael@stroeder.com>

View File

@@ -102,7 +102,9 @@ export PYTHONPATH=$(pwd)
# 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}