You've already forked httpie-cli
							
							
				mirror of
				https://github.com/httpie/cli.git
				synced 2025-10-30 23:47:52 +02:00 
			
		
		
		
	Ignore test cleanup rmtree errors (Win)
This commit is contained in:
		| @@ -76,7 +76,7 @@ class MockEnvironment(Environment): | ||||
|         if self._delete_config_dir: | ||||
|             assert self._temp_dir in self.config_dir.parents | ||||
|             from shutil import rmtree | ||||
|             rmtree(self.config_dir) | ||||
|             rmtree(self.config_dir, ignore_errors=True) | ||||
|  | ||||
|     def __del__(self): | ||||
|         # noinspection PyBroadException | ||||
|   | ||||
		Reference in New Issue
	
	Block a user