aports/testing/py3-pam/fix-pytest-config.patch
2026-04-02 23:22:36 +00:00

16 lines
387 B
Diff

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