forked from pool/python-distributed
Ondřej Súkup
503385dcf3
- 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
16 lines
679 B
Diff
16 lines
679 B
Diff
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
|