mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 01:47:36 +03:00 
			
		
		
		
	Move aiohttp fix to a different place in tox
This commit is contained in:
		
							parent
							
								
									386f2c25f6
								
							
						
					
					
						commit
						74b7591756
					
				
							
								
								
									
										11
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								tox.ini
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -5,13 +5,12 @@ envlist=
 | 
			
		|||
[testenv]
 | 
			
		||||
deps=
 | 
			
		||||
    unittest2
 | 
			
		||||
    # TODO: Hotfix, remove when fixed https://github.com/aio-libs/aiohttp/issues/5107
 | 
			
		||||
    typing_extensions
 | 
			
		||||
extras=
 | 
			
		||||
    yaml
 | 
			
		||||
    flask
 | 
			
		||||
    aiohttp
 | 
			
		||||
 | 
			
		||||
    # TODO: Hotfix, remove when fixed https://github.com/aio-libs/aiohttp/issues/5107
 | 
			
		||||
    typing_extensions
 | 
			
		||||
commands=
 | 
			
		||||
    unit2 discover -s tests/unit -p test_*_py3*.py
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -31,6 +30,8 @@ commands=
 | 
			
		|||
    coveralls
 | 
			
		||||
 | 
			
		||||
[testenv:py27]
 | 
			
		||||
deps=
 | 
			
		||||
    unittest2
 | 
			
		||||
extras=
 | 
			
		||||
    yaml
 | 
			
		||||
    flask
 | 
			
		||||
| 
						 | 
				
			
			@ -38,6 +39,8 @@ commands=
 | 
			
		|||
    unit2 discover -s tests/unit -p test_*_py2_py3.py
 | 
			
		||||
 | 
			
		||||
[testenv:py34]
 | 
			
		||||
deps=
 | 
			
		||||
    unittest2
 | 
			
		||||
extras=
 | 
			
		||||
    flask
 | 
			
		||||
commands=
 | 
			
		||||
| 
						 | 
				
			
			@ -51,6 +54,8 @@ commands=
 | 
			
		|||
    unit2 discover -s tests/unit -p test_*_py3.py
 | 
			
		||||
 | 
			
		||||
[testenv:pypy]
 | 
			
		||||
deps=
 | 
			
		||||
    unittest2
 | 
			
		||||
extras=
 | 
			
		||||
    yaml
 | 
			
		||||
    flask
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user