Accepting request 1094304 from home:Guillaume_G:branches:devel:languages:python:aws

- Add _constraints to avoid OOM in %check

OBS-URL: https://build.opensuse.org/request/show/1094304
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-botocore?expand=0&rev=198
This commit is contained in:
Robert Schweikert 2023-06-21 09:46:42 +00:00 committed by Git OBS Bridge
parent 79c5727005
commit 8d9add6c89
2 changed files with 19 additions and 0 deletions

14
_constraints Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<constraints>
<overwrite>
<conditions>
<package>python-botocore:test</package>
</conditions>
<hardware>
<physicalmemory>
<size unit="G">8</size>
</physicalmemory>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 20 15:03:53 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add _constraints to avoid OOM in %check
-------------------------------------------------------------------
Wed Jun 14 09:57:18 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>