From 024cb293791c5655202941c56a0e3262f33b0987 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler <4189642+patkan@users.noreply.github.com> Date: Mon, 14 Aug 2023 03:09:34 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e1ece5..989bbce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,4 +6,5 @@ profile = "black" [tool.pytest.ini_options] minversion = "6.0" -addopts = --doctest-modules +addopts = "--doctest-modules" +