Matej Cepl
3b2ea300aa
- Update to 2024.2.0 * Deprecate Dask DataFrame implementation * Improved tokenization * https://docs.dask.org/en/stable/changelog.html#v2024-2-0 - Add distributed-ignore-daskdepr.patch gh#dask/distributed#8504 - Drop python39 test flavor - Fix python312 tests OBS-URL: https://build.opensuse.org/request/show/1146780 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=163
16 lines
676 B
Diff
16 lines
676 B
Diff
Index: distributed-2024.2.0/distributed/distributed.yaml
|
|
===================================================================
|
|
--- distributed-2024.2.0.orig/distributed/distributed.yaml
|
|
+++ distributed-2024.2.0/distributed/distributed.yaml
|
|
@@ -289,6 +289,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
|