From b449647645c300ffdc3bc662ed668aa517aabf62 Mon Sep 17 00:00:00 2001 From: Dan Allan Date: Fri, 16 May 2025 07:34:35 -0700 Subject: [PATCH] pytest should not collect notebooks under .ipynb_checkpoints --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 041ccff..3c0ed8f 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ [pytest] -norecursedirs = _build +norecursedirs = _build .ipynb_checkpoints