bootstrap: add minimum versions required for flake8 and pytest (#38322)
This commit is contained in:
		 Massimiliano Culpo
					Massimiliano Culpo
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							c74fa648b9
						
					
				
				
					commit
					c8d95512fc
				
			| @@ -175,12 +175,12 @@ def black_root_spec() -> str: | ||||
| 
 | ||||
| def flake8_root_spec() -> str: | ||||
|     """Return the root spec used to bootstrap flake8""" | ||||
|     return _root_spec("py-flake8") | ||||
|     return _root_spec("py-flake8@3.8.2:") | ||||
| 
 | ||||
| 
 | ||||
| def pytest_root_spec() -> str: | ||||
|     """Return the root spec used to bootstrap flake8""" | ||||
|     return _root_spec("py-pytest") | ||||
|     return _root_spec("py-pytest@6.2.4:") | ||||
| 
 | ||||
| 
 | ||||
| def ensure_environment_dependencies() -> None: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user