mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-16 10:06:24 +02:00
16 lines
387 B
Diff
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
|