Accepting request 820327 from home:bnavigator:branches:devel:languages:python

- switch of isort in testing. isort5 is out and breaks everything

OBS-URL: https://build.opensuse.org/request/show/820327
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinycss2?expand=0&rev=14
This commit is contained in:
Tomáš Chvátal 2020-07-12 06:35:21 +00:00 committed by Git OBS Bridge
parent 2222afdbb3
commit 976bc1f06a
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jul 11 10:50:32 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- switch of isort in testing. isort5 is out and breaks everything
-------------------------------------------------------------------
Sat May 16 00:00:10 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

View File

@ -30,7 +30,6 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module pytest-isort}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module webencodings >= 0.4}
# /SECTION
@ -57,7 +56,7 @@ more recent CSS Syntax Level 3 specification.
export LANG=en_US.UTF-8
# remove pytest default args --flake8 and --isort
rm setup.cfg
%pytest --isort
%pytest
%files %{python_files}
%doc README.rst