SHA256
1
0
forked from pool/python-numpy

- Add constraints for testsuite to not run out of mem/disk space

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2019-02-20 09:28:32 +00:00
committed by Git OBS Bridge
parent 5bf4d817ee
commit 9d89b4d70a
2 changed files with 15 additions and 0 deletions

10
_constraints Normal file
View File

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