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

- Tests require the extra dependency toml which is not pulled in
  automatically by pytest anymore

OBS-URL: https://build.opensuse.org/request/show/969573
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydocstyle?expand=0&rev=25
This commit is contained in:
Matej Cepl 2022-04-12 23:10:24 +00:00 committed by Git OBS Bridge
parent d5f65186eb
commit 202e024540
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 12 21:25:34 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Tests require the extra dependency toml which is not pulled in
automatically by pytest anymore
-------------------------------------------------------------------
Thu Apr 7 10:40:03 UTC 2022 - pgajdos@suse.com

View File

@ -36,6 +36,7 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six > 1.10.0}
BuildRequires: %{python_module snowballstemmer}
BuildRequires: %{python_module toml}
BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: python-rpm-macros