mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-10-31 16:07:51 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			566 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			566 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [pytest]
 | |
| testpaths = tests/unit/
 | |
| python_files = test_*_py3.py
 | |
| asyncio_mode = auto
 | |
| filterwarnings =
 | |
|     ignore:Module \"dependency_injector.ext.aiohttp\" is deprecated since version 4\.0\.0:DeprecationWarning
 | |
|     ignore:Module \"dependency_injector.ext.flask\" is deprecated since version 4\.0\.0:DeprecationWarning
 | |
|     ignore:Please use \`.*?\` from the \`scipy.*?\`(.*?)namespace is deprecated\.:DeprecationWarning
 | |
|     ignore:The \`scipy(.*?)\` namespace is deprecated(.*):DeprecationWarning
 | |
|     ignore:ssl\.PROTOCOL_TLS is deprecated:DeprecationWarning:botocore.*
 |