- Add _constraints to add memory and disk available for testing.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-sherpa?expand=0&rev=35
This commit is contained in:
Matej Cepl 2024-01-03 19:46:16 +00:00 committed by Git OBS Bridge
parent f50f69dd2d
commit 898d30b293
3 changed files with 16 additions and 1 deletions

10
_constraints Normal file
View File

@ -0,0 +1,10 @@
<constraints>
<hardware>
<physicalmemory>
<size unit="G">10</size>
</physicalmemory>
<disk>
<size unit="G">24</size>
</disk>
</hardware>
</constraints>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 3 19:45:18 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Add _constraints to add memory and disk available for testing.
-------------------------------------------------------------------
Fri Dec 15 03:54:30 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-sherpa
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed