14
0
forked from pool/python-zict

Accepting request 1225329 from home:bnavigator:branches:devel:languages:python:numeric

- Remove lmdb test requirement: the tests have been disabled anyway

OBS-URL: https://build.opensuse.org/request/show/1225329
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zict?expand=0&rev=22
This commit is contained in:
2024-11-20 22:49:10 +00:00
committed by Git OBS Bridge
parent e7dbcddf68
commit d663884cde
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 20 15:56:31 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Remove lmdb test requirement: the tests have been disabled anyway
-------------------------------------------------------------------
Wed Aug 14 14:55:47 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -33,7 +33,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module lmdb}
#BuildRequires: %%{python_module lmdb}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-timeout}