From: Colin Watson <cjwatson@debian.org>
Date: Thu, 8 Jan 2026 16:11:25 +0000
Subject: Adjust pytest configuration to support pytest 9

`[tool.pytest]` is now parsed as TOML.

Forwarded: https://github.com/jfhbrook/pyee/pull/192
Bug: https://github.com/jfhbrook/pyee/issues/189
Bug-Debian: https://bugs.debian.org/1123169
Last-Update: 2026-01-08
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index de05e41..890a036 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -68,7 +68,7 @@ known_application = "pyee"
 [tool.pyright]
 include = ["pyee", "tests"]
 
-[tool.pytest]
+[tool.pytest.ini_options]
 addopts = "--verbose -s"
 testpaths = [ "tests" ]
 
