mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-23 03:06:21 +01:00
6 lines
112 B
Python
6 lines
112 B
Python
"""Skip test collection."""
|
|
import sys
|
|
|
|
if sys.version_info >= (3, 12):
|
|
collect_ignore_glob = ["test_*.py"]
|