test: ignore import error in version module
our workaround for that seems to be okay, so should be easier to ignore this instead of trying to rig up a special test
This commit is contained in:
		
							parent
							
								
									9dff672633
								
							
						
					
					
						commit
						3e2901b0cd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -2,7 +2,7 @@ | |||
| 
 | ||||
| try: | ||||
|     from importlib.metadata import version | ||||
| except ImportError: | ||||
| except ImportError: # pragma: no cover | ||||
|     from importlib_metadata import version | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lance Edgar
						Lance Edgar