From 4d9cf1673938c79f566f27795d1393c048fa27d1 Mon Sep 17 00:00:00 2001
From: Linux_zhang <244695981@qq.com>
Date: Wed, 22 Jul 2026 11:53:13 +0800
Subject: [PATCH] skip test pytest strict_parametrization_ids

---
 pyproject.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
index 3ae24bf..0d8bb0c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -251,3 +251,6 @@ lint.ignore = [
 
 [tool.ruff.lint.pydocstyle]
 convention = "pep257"
+
+[tool.pytest.ini_options]
+strict_parametrization_ids = false
-- 
2.33.0