From f245aa0c57bc8dbda772b758e3fa3921d38939d6 Mon Sep 17 00:00:00 2001 From: OlivierDehaene <23298448+OlivierDehaene@users.noreply.github.com> Date: Thu, 8 Jun 2023 14:15:01 +0200 Subject: [PATCH] warn on unused snapshot --- integration-tests/pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/pytest.ini b/integration-tests/pytest.ini index 485e6017..7dcae663 100644 --- a/integration-tests/pytest.ini +++ b/integration-tests/pytest.ini @@ -1,4 +1,5 @@ [pytest] +addopts = --snapshot-warn-unused asyncio_mode = auto markers = private: marks tests as requiring an admin hf token (deselect with '-m "not private"') \ No newline at end of file