1
0

Accepting request 1127182 from home:mimi_vx:branches:devel:languages:python:numeric

- Update to 2023.11.0
- add distributed-ignore-rerun.patch to ignore pytest runners during
  test code introspection
 * Zero-copy P2P Array Rechunking
 * Deprecating PyArrow <14.0.1
 * Improved PyArrow filesystem for Parquet
 * Improve Type Reconciliation in P2P Shuffling
 * official support for Python 3.12
 * Reduced memory pressure for multi array reductions
 * improved P2P shuffling robustness
 * Reduced scheduler CPU load for large graphs

OBS-URL: https://build.opensuse.org/request/show/1127182
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=147
This commit is contained in:
2023-11-16 21:29:18 +00:00
committed by Git OBS Bridge
parent a886418b89
commit 503385dcf3
5 changed files with 39 additions and 10 deletions

View File

@@ -0,0 +1,15 @@
Index: distributed-2023.11.0/distributed/distributed.yaml
===================================================================
--- distributed-2023.11.0.orig/distributed/distributed.yaml
+++ distributed-2023.11.0/distributed/distributed.yaml
@@ -290,6 +290,10 @@ distributed:
ignore-files:
- runpy\.py # `python -m pytest` (or other module) shell command
- pytest # `pytest` shell command
+ - pytest-3\.9
+ - pytest-3\.10
+ - pytest-3\.11
+ - pytest_rerunfailures\.py
- py\.test # `py.test` shell command
- pytest-script\.py # `pytest` shell command in Windows
- _pytest # pytest implementation