2024-02-15 12:56:11 +00:00
|
|
|
Index: distributed-2024.2.0/distributed/distributed.yaml
|
2023-11-16 21:29:18 +00:00
|
|
|
===================================================================
|
2024-02-15 12:56:11 +00:00
|
|
|
--- distributed-2024.2.0.orig/distributed/distributed.yaml
|
|
|
|
+++ distributed-2024.2.0/distributed/distributed.yaml
|
|
|
|
@@ -289,6 +289,10 @@ distributed:
|
2023-11-16 21:29:18 +00:00
|
|
|
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
|