14
0
forked from pool/python-radon

- Exclude some tests cases because of gh#rubik/radon#183

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-radon?expand=0&rev=16
This commit is contained in:
2019-12-05 16:45:43 +00:00
committed by Git OBS Bridge
parent d3caa0117b
commit 63cd45df60
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 5 16:44:28 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Exclude some tests cases because of gh#rubik/radon#183
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 1 14:50:42 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com> Tue Oct 1 14:50:42 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-radon # spec file for package python-radon
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -69,7 +69,8 @@ rm -r */lib/radon/tests
%check %check
export LANG=en_US.UTF-8 export LANG=en_US.UTF-8
%pytest --strict # Exclusions because of gh#rubik/radon#183
%pytest --strict -k 'not (test_visitor or test_mi_visit)'
%post %post
%python_install_alternative radon %python_install_alternative radon