From 8132f8b5e17efcefe208345e125a76c41f17bb63 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Tue, 26 Jul 2022 16:00:43 +0800 Subject: [PATCH] ci: add esp32h2 marker to pytest.ini --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 497169b9f0..bc2221aeb9 100644 --- a/pytest.ini +++ b/pytest.ini @@ -23,6 +23,7 @@ markers = esp32s3: support esp32s3 target esp32c3: support esp32c3 target esp32c2: support esp32c2 target + esp32h2: support esp32h2 target supported_targets: support all supported targets ('esp32', 'esp32s2', 'esp32c3', 'esp32s3', 'esp32c2') preview_targets: support all preview targets ('linux', 'esp32h2') all_targets: support all targets, including supported ones and preview ones