|  | @@ -58,12 +58,12 @@ py_library(
 | 
	
		
			
				|  |  |              ":_constants",
 | 
	
		
			
				|  |  |              ":_test_base",
 | 
	
		
			
				|  |  |              ":_test_server",
 | 
	
		
			
				|  |  | -            "@six//:six",
 | 
	
		
			
				|  |  |              "//src/proto/grpc/testing:benchmark_service_py_pb2",
 | 
	
		
			
				|  |  |              "//src/proto/grpc/testing:benchmark_service_py_pb2_grpc",
 | 
	
		
			
				|  |  |              "//src/proto/grpc/testing:py_messages_proto",
 | 
	
		
			
				|  |  |              "//src/python/grpcio/grpc:grpcio",
 | 
	
		
			
				|  |  |              "//src/python/grpcio_tests/tests/unit/framework/common",
 | 
	
		
			
				|  |  | +            "@six",
 | 
	
		
			
				|  |  |          ],
 | 
	
		
			
				|  |  |      )
 | 
	
		
			
				|  |  |      for test_file_name in GRPC_ASYNC_TESTS
 |