1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-12 09:59:20 +00:00
2023-10-10 21:34:49 +02:00

6 lines
112 B
Python

"""Skip test collection."""
import sys
if sys.version_info >= (3, 12):
collect_ignore_glob = ["test_*.py"]