mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-10-31 07:57:43 +03:00 
			
		
		
		
	* Add GA test and linter jobs * Remove not used async run() functions from tests * Update aiohttp ext test * Add botocore warning ignores * Update changelog * Update publishing job config for testing * Publishing test #1 * Update GA tests-and-linters job to use latest ubuntu for tests * Update publishing GA job
		
			
				
	
	
		
			8 lines
		
	
	
		
			368 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			368 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [pytest]
 | |
| testpaths = tests/unit/
 | |
| python_files = test_*_py3.py
 | |
| 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:ssl\.PROTOCOL_TLS is deprecated:DeprecationWarning:botocore.*
 |