mypy: add types-six to the list of installed packages (#24207)
See https://mypy-lang.blogspot.com/2021/05/the-upcoming-switch-to-modular-typeshed.html for a broader explanation.
This commit is contained in:
		 Massimiliano Culpo
					Massimiliano Culpo
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							92bef1da6f
						
					
				
				
					commit
					fd03d539cc
				
			
							
								
								
									
										2
									
								
								.github/workflows/unit_tests.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/unit_tests.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -39,7 +39,7 @@ jobs: | ||||
|         python-version: 3.9 | ||||
|     - name: Install Python packages | ||||
|       run: | | ||||
|         pip install --upgrade pip six setuptools flake8 mypy>=0.800 black | ||||
|         pip install --upgrade pip six setuptools flake8 mypy>=0.800 black types-six | ||||
|     - name: Setup git configuration | ||||
|       run: | | ||||
|         # Need this for the git tests to succeed. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user