From e4a86f669ee62fd900aafedadf53f56252a052b5fccbfe5dbd5765c7f1c55585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 7 Jun 2023 10:23:44 +0000 Subject: [PATCH] Accepting request 1091249 from home:bnavigator:branches:devel:languages:python:numeric - Increase minimum memory constraints for tests OBS-URL: https://build.opensuse.org/request/show/1091249 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=86 --- _constraints | 2 +- python-pandas.changes | 5 +++++ python-pandas.spec | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/_constraints b/_constraints index d59ce26..c8f3460 100644 --- a/_constraints +++ b/_constraints @@ -1,7 +1,7 @@ - 8000 + 12 4 diff --git a/python-pandas.changes b/python-pandas.changes index 80fbf78..507375c 100644 --- a/python-pandas.changes +++ b/python-pandas.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 7 09:13:48 UTC 2023 - Ben Greiner + +- Increase minimum memory constraints for tests + ------------------------------------------------------------------- Sat May 27 13:18:13 UTC 2023 - Ben Greiner diff --git a/python-pandas.spec b/python-pandas.spec index 8c8331a..187509c 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -493,7 +493,7 @@ SKIP_ARGS+=" --skip-slow --skip-db" %endif # The test collection consumes a lot of memory per worker. This sets %%jobs. -%limit_build -m 2048 +%limit_build -m 3072 %{python_expand $python -c 'import pandas; print(pandas.__path__); print(pandas.show_versions())' # cache: can't just say no cacheprovider, because one test checks for the --lf option of pytest-cache