mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 20:21:04 +00:00
ci: fix pytest generic env markers
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
|
||||
# SPDX-License-Identifier: Unlicense OR CC0-1.0
|
||||
|
||||
import os
|
||||
import subprocess
|
||||
import sys
|
||||
@@ -10,6 +9,7 @@ from pytest_embedded import Dut
|
||||
|
||||
|
||||
@pytest.mark.esp32
|
||||
@pytest.mark.generic
|
||||
def test_examples_parttool(dut: Dut) -> None:
|
||||
# Verify factory firmware
|
||||
dut.expect('Partitions Tool Example')
|
||||
|
Reference in New Issue
Block a user