diff --git a/python-tinycss2.changes b/python-tinycss2.changes index 23473d4..b5cd2f3 100644 --- a/python-tinycss2.changes +++ b/python-tinycss2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 12 15:24:03 UTC 2019 - Matěj Cepl + +- bsc#1130082: 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