1
0

Accepting request 820506 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/820506
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tinycss2?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2020-07-15 10:08:11 +00:00 committed by Git OBS Bridge
commit a1c239ed4c
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> 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: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module pytest-isort}
BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module webencodings >= 0.4} BuildRequires: %{python_module webencodings >= 0.4}
# /SECTION # /SECTION
@ -57,7 +56,7 @@ more recent CSS Syntax Level 3 specification.
export LANG=en_US.UTF-8 export LANG=en_US.UTF-8
# remove pytest default args --flake8 and --isort # remove pytest default args --flake8 and --isort
rm setup.cfg rm setup.cfg
%pytest --isort %pytest
%files %{python_files} %files %{python_files}
%doc README.rst %doc README.rst