From 202e0245400abb69e4da5e1d3c1ec95cbf1c86b77efda961b0fda4b4dcc066f2 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 12 Apr 2022 23:10:24 +0000 Subject: [PATCH] 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 --- python-pydocstyle.changes | 6 ++++++ python-pydocstyle.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/python-pydocstyle.changes b/python-pydocstyle.changes index 029390f..f3f88a4 100644 --- a/python-pydocstyle.changes +++ b/python-pydocstyle.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 12 21:25:34 UTC 2022 - Ben Greiner + +- 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 diff --git a/python-pydocstyle.spec b/python-pydocstyle.spec index a20ffb3..aa6e1c0 100644 --- a/python-pydocstyle.spec +++ b/python-pydocstyle.spec @@ -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