From 34ea67ce89b16ceac5bb47df5ab7a098d6c06bc6 Mon Sep 17 00:00:00 2001 From: gesh Date: Mon, 23 Jun 2025 21:59:08 +0300 Subject: [PATCH] tests: Configure pytest to ignore docs --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1e3bc83..aa6195c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,6 +69,7 @@ multiline-quotes = "double" addopts = [ "--doctest-modules", "--cov=src/doi", + "--ignore=docs", ] markers = [ "net: marks tests that call use the net"