mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	tests, address review comments
This commit is contained in:
		| @@ -9,7 +9,6 @@ import logging | ||||
| import os | ||||
| from pathlib import Path | ||||
| import platform | ||||
| import pty | ||||
| import signal | ||||
| import socket | ||||
| import sys | ||||
| @@ -48,6 +47,9 @@ if platform.system() == "Windows": | ||||
|     ) | ||||
|  | ||||
|  | ||||
| import pty  # not available on Windows | ||||
|  | ||||
|  | ||||
| @pytest.fixture(scope="module", autouse=True) | ||||
| def enable_aioesphomeapi_debug_logging(): | ||||
|     """Enable debug logging for aioesphomeapi to help diagnose connection issues.""" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user