From 53acd2d31efa7b101539eb1e7f69e202860604f5 Mon Sep 17 00:00:00 2001 From: Hannes Braun Date: Fri, 3 Apr 2026 01:01:13 +0200 Subject: [PATCH] Fix pytest configuration --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 551da23..8e4ad08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,8 +52,8 @@ files = ["src/pam/__init__.py", "src/pam/__internals.py"] ignore_missing_imports = true [tool.pytest] -python_files = "test_*.py" -norecursedirs = ".tox" +python_files = ["test_*.py"] +norecursedirs = [".tox"] [tool.coverage.run] branch = true