Accepting request 967469 from home:pgajdos:python

- python-mock is not required for build

OBS-URL: https://build.opensuse.org/request/show/967469
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydocstyle?expand=0&rev=23
This commit is contained in:
Markéta Machová 2022-04-07 14:49:35 +00:00 committed by Git OBS Bridge
parent 3bcceb882f
commit d5f65186eb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 7 10:40:03 UTC 2022 - pgajdos@suse.com
- python-mock is not required for build
-------------------------------------------------------------------
Sat Mar 26 18:56:53 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -29,7 +29,6 @@ Source: https://github.com/PyCQA/pydocstyle/archive/%{version}.tar.gz#/p
# Tests invoke pip and pycodestyle directly, when they should use sys.executable.
# https://github.com/PyCQA/pydocstyle/pull/403
Patch0: integration-tests-invocation.patch
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pathlib}
# Tests invoke pip
BuildRequires: %{python_module pip}