forked from pool/python-distributed
		
	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:
		
							
								
								
									
										15
									
								
								distributed-ignore-rerun.patch
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								distributed-ignore-rerun.patch
									
									
									
									
									
										Normal 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
 | 
			
		||||
		Reference in New Issue
	
	Block a user