ci: add esp32h2 marker to pytest.ini

pull/9485/head
Fu Hanxi 2022-07-26 16:00:43 +08:00
rodzic b885499c74
commit 8132f8b5e1
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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