From 71c632f71d60e1e153f56fec336873d35e0c37cb20a769f48359ea7641206690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 6 Apr 2022 12:39:02 +0000 Subject: [PATCH] Accepting request 967268 from home:pgajdos:python - pytest-mock is not required for build OBS-URL: https://build.opensuse.org/request/show/967268 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylast?expand=0&rev=22 --- python-pylast.changes | 5 +++++ python-pylast.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pylast.changes b/python-pylast.changes index 500c22a..61300db 100644 --- a/python-pylast.changes +++ b/python-pylast.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 6 10:17:02 UTC 2022 - pgajdos@suse.com + +- pytest-mock is not required for build + ------------------------------------------------------------------- Sat Mar 26 18:47:58 UTC 2022 - Dirk Müller diff --git a/python-pylast.spec b/python-pylast.spec index c944e1c..fd7074a 100644 --- a/python-pylast.spec +++ b/python-pylast.spec @@ -34,7 +34,6 @@ BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module coverage} BuildRequires: %{python_module flaky} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pyaml} BuildRequires: %{python_module pycodestyle} BuildRequires: %{python_module pyflakes}