1
0

Accepting request 1142208 from devel:languages:python:numeric

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1142208
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=76
This commit is contained in:
Ana Guerrero 2024-01-29 21:32:28 +00:00 committed by Git OBS Bridge
commit 87381d155f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 22 09:56:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
- skip one more test for 32bit
-------------------------------------------------------------------
Sat Jan 20 12:43:08 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -180,7 +180,7 @@ if [[ $(getconf LONG_BIT) -eq 32 ]]; then
# https://github.com/dask/distributed/issues/7175
donttest+=" or (test_sizeof_error and larger)"
#
donttest+=" or test_task_groups"
donttest+=" or test_task_groups or test_client_worker"
fi
%if %{with paralleltests}