From 63cd45df60d1f482ba2c6296c4a79cf80e39cc4aa67f992cdae7d867b8fb862c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 5 Dec 2019 16:45:43 +0000 Subject: [PATCH] - 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 --- python-radon.changes | 5 +++++ python-radon.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-radon.changes b/python-radon.changes index 0794892..faa224d 100644 --- a/python-radon.changes +++ b/python-radon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 5 16:44:28 UTC 2019 - Matej Cepl + +- Exclude some tests cases because of gh#rubik/radon#183 + ------------------------------------------------------------------- Tue Oct 1 14:50:42 UTC 2019 - Marketa Calabkova diff --git a/python-radon.spec b/python-radon.spec index adb1a32..3b054aa 100644 --- a/python-radon.spec +++ b/python-radon.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -69,7 +69,8 @@ rm -r */lib/radon/tests %check 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 %python_install_alternative radon