From 976bc1f06ad3dd30db5e96796ab077e5c932a653277a0dcb0cc2416acf297f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 12 Jul 2020 06:35:21 +0000 Subject: [PATCH] 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 --- python-tinycss2.changes | 5 +++++ python-tinycss2.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-tinycss2.changes b/python-tinycss2.changes index c129889..2a1f67c 100644 --- a/python-tinycss2.changes +++ b/python-tinycss2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jul 11 10:50:32 UTC 2020 - Benjamin Greiner + +- switch of isort in testing. isort5 is out and breaks everything + ------------------------------------------------------------------- Sat May 16 00:00:10 UTC 2020 - Benjamin Greiner diff --git a/python-tinycss2.spec b/python-tinycss2.spec index e57a79b..306f6f1 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -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