From 8d665a46a54ae98150edc791899c0619167bec17 Mon Sep 17 00:00:00 2001 From: Adrian Sosic Date: Tue, 14 Jan 2025 09:18:05 +0100 Subject: [PATCH] Add exclude --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 5c89a467f..2dc951c4d 100644 --- a/pytest.ini +++ b/pytest.ini @@ -10,7 +10,7 @@ addopts = --ignore=baybe/_optional --ignore=baybe/utils/chemistry.py --ignore=tests/simulate_telemetry.py - --doctest-ignore-import-errors + --ignore=baybe/insights testpaths = baybe tests \ No newline at end of file