From 068428491129dbf6a8155414d6086d4e28635c01 Mon Sep 17 00:00:00 2001 From: Joao Gante Date: Wed, 5 Apr 2023 13:13:26 +0100 Subject: [PATCH] Tests: disable `accelerate_tests` mark warnings (#22585) --- conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conftest.py b/conftest.py index f1d6a69a1..53efec7a6 100644 --- a/conftest.py +++ b/conftest.py @@ -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):