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