Accepting request 1091253 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/1091253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=50
This commit is contained in:
Dominique Leuenberger 2023-06-08 19:41:52 +00:00 committed by Git OBS Bridge
commit ee1be8e207
3 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<constraints> <constraints>
<hardware> <hardware>
<physicalmemory> <physicalmemory>
<size unit="M">8000</size> <size unit="G">12</size>
</physicalmemory> </physicalmemory>
<processors>4</processors> <processors>4</processors>
</hardware> </hardware>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 7 09:13:48 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Increase minimum memory constraints for tests
------------------------------------------------------------------- -------------------------------------------------------------------
Sat May 27 13:18:13 UTC 2023 - Ben Greiner <code@bnavigator.de> Sat May 27 13:18:13 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -493,7 +493,7 @@ SKIP_ARGS+=" --skip-slow --skip-db"
%endif %endif
# The test collection consumes a lot of memory per worker. This sets %%jobs. # 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())' %{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 # cache: can't just say no cacheprovider, because one test checks for the --lf option of pytest-cache