Unverified Commit 06842849 authored by Joao Gante's avatar Joao Gante Committed by GitHub
Browse files

Tests: disable `accelerate_tests` mark warnings (#22585)

parent 6c640f09
......@@ -42,6 +42,7 @@ def pytest_configure(config):
"markers", "is_pipeline_test: mark test to run only when pipelines are tested"
)
config.addinivalue_line("markers", "is_staging_test: mark test to run only in the staging environment")
config.addinivalue_line("markers", "accelerate_tests: mark test that require accelerate")
def pytest_addoption(parser):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment