forked from pool/python-pandas
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
This commit is contained in:
parent
749b1f8721
commit
e4a86f669e
@ -1,7 +1,7 @@
|
||||
<constraints>
|
||||
<hardware>
|
||||
<physicalmemory>
|
||||
<size unit="M">8000</size>
|
||||
<size unit="G">12</size>
|
||||
</physicalmemory>
|
||||
<processors>4</processors>
|
||||
</hardware>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user