mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
9918a9540b
* Mark tests as flaky and run in separate job * Fix typo * Fix typo * Add test type to config * Add quotes * Rename job to test * Rename job to test
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"
|
|
)
|