Accepting request 694576 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/694576 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tinycss2?expand=0&rev=3
This commit is contained in:
commit
23aaf28fcb
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 12 15:24:03 UTC 2019 - Matěj Cepl <mcepl@suse.com>
|
||||
|
||||
- bsc#1130082: Switch off FLAKE8-check test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:55:17 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user