From c375d11b8ab104450b194c9bb9cf969f93e6489f6baff1eacf89e3629d5a85b2 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 12 Apr 2019 15:25:30 +0000 Subject: [PATCH] Accepting request 693765 from home:mcepl:branches:devel:languages:python - Switch off FLAKE8-check test OBS-URL: https://build.opensuse.org/request/show/693765 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinycss2?expand=0&rev=7 --- python-tinycss2.changes | 5 +++++ python-tinycss2.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-tinycss2.changes b/python-tinycss2.changes index 23473d4..d48f509 100644 --- a/python-tinycss2.changes +++ b/python-tinycss2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 12 15:24:03 UTC 2019 - Matěj Cepl + +- Switch off FLAKE8-check test + ------------------------------------------------------------------- Tue Dec 4 12:55:17 UTC 2018 - Matej Cepl diff --git a/python-tinycss2.spec b/python-tinycss2.spec index acd1113..b45d64a 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -1,7 +1,7 @@ # # spec file for package python-tinycss2 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -56,7 +56,7 @@ more recent CSS Syntax Level 3 specification. %check export LANG=en_US.UTF-8 -%python_exec setup.py test +%python_expand py.test-%{$python_bin_suffix} -v -k 'not FLAKE8-check' %files %{python_files} %doc CHANGES README.rst