mirror of
				https://github.com/astral-sh/uv.git
				synced 2025-10-31 03:55:33 +00:00 
			
		
		
		
	Remove extra details from interpreter query traces (#3803)
Cherry-picked from
8f135c26f4
			
			
This commit is contained in:
		
							parent
							
								
									a9d9a6c13f
								
							
						
					
					
						commit
						73b6a80f23
					
				
					 2 changed files with 1 additions and 6 deletions
				
			
		|  | @ -639,11 +639,6 @@ impl InterpreterInfo { | |||
|             executable.display() | ||||
|         ); | ||||
|         let info = Self::query(executable, cache)?; | ||||
|         trace!( | ||||
|             "Found Python {} at {}", | ||||
|             info.markers.python_full_version(), | ||||
|             executable.display() | ||||
|         ); | ||||
| 
 | ||||
|         // If `executable` is a pyenv shim, a bash script that redirects to the activated
 | ||||
|         // python executable at another path, we're not allowed to cache the interpreter info.
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Zanie Blue
						Zanie Blue