14
0
forked from pool/python-psutil

Accepting request 867673 from home:alarrosa:branches:devel:languages:python

- Do not install tests (and change the way they're run since they
  were run from %{buildroot})

- Add patch to skip tests related to rlimit and zombie processes
  that fail when building for python2 on i586:
  * skip_rlimit_tests_on_python2.patch

OBS-URL: https://build.opensuse.org/request/show/867673
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=130
This commit is contained in:
2021-01-29 09:54:20 +00:00
committed by Git OBS Bridge
parent 3950a787af
commit be1bd93299
3 changed files with 70 additions and 1 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jan 29 08:19:00 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- Do not install tests (and change the way they're run since they
were run from %{buildroot})
-------------------------------------------------------------------
Thu Jan 28 16:25:35 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- Add patch to skip tests related to rlimit and zombie processes
that fail when building for python2 on i586:
* skip_rlimit_tests_on_python2.patch
-------------------------------------------------------------------
Mon Jan 25 16:03:37 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>