14
0
forked from pool/python-pylint

- Skip pylint/test/extensions/test_redefined.py::test_types_redefined

(gh#PyCQA/pylint#3171)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=95
This commit is contained in:
2019-10-08 01:01:46 +00:00
committed by Git OBS Bridge
parent 30f807a735
commit 86ea9e502c
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 8 03:01:10 CEST 2019 - Matej Cepl <mcepl@suse.com>
- Skip pylint/test/extensions/test_redefined.py::test_types_redefined
(gh#PyCQA/pylint#3171)
-------------------------------------------------------------------
Wed Jul 31 18:44:31 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -89,8 +89,9 @@ done
%python_uninstall_alternative pylint
%check
# Test skipped for gh#PyCQA/pylint#3171
export PYTHONDONTWRITEBYTECODE=1
%pytest pylint/test
%pytest -v -k 'not test_types_redefined' pylint/test
%files %{python_files}
%license COPYING