Tests: disable accelerate_tests mark warnings (#22585)

This commit is contained in:
Joao Gante 2023-04-05 13:13:26 +01:00 committed by GitHub
parent 6c640f098a
commit 0684284911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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