mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
5 lines
139 B
Python
5 lines
139 B
Python
|
def pytest_configure(config):
|
||
|
config.addinivalue_line(
|
||
|
"markers", "flaky: mark test as flaky. Failure will not cause te"
|
||
|
)
|