From 71a0481600a5e5ad73a5b47b08739b12d388ea84 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Fri, 24 Jul 2026 00:47:28 +0900 Subject: [PATCH] fix: add comma --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37b6408..956d4b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ config-settings-package = { pygobject-stubs = { config = "Gtk3,Gdk3,Soup2" } } [tool.pytest.ini_options] markers = [ - "apitest: checks remote endpoints" + "apitest: checks remote endpoints", "config: config file keys/values", "mods: tests mod metadata/link creation", "pefile: validate PE files",