From db5f1888bbaf60d2ced0ec1482e03cf6564aef01 Mon Sep 17 00:00:00 2001 From: Sunyoung Yoo <17974113+YooSunYoung@users.noreply.github.com> Date: Fri, 23 Jan 2026 10:36:11 +0100 Subject: [PATCH] Lower bound of pytest in the template. Pytest lower bound was important for the nested warning catch tests in NMX. > https://github.com/scipp/essnmx/pull/192 It seems like most of our projects have lower pin of pytest anyway so I thought it could be in the template as well. --- template/pyproject.toml.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/pyproject.toml.jinja b/template/pyproject.toml.jinja index c7e3f4d..c786e14 100644 --- a/template/pyproject.toml.jinja +++ b/template/pyproject.toml.jinja @@ -36,7 +36,7 @@ dynamic = ["version"] [project.optional-dependencies] test = [ - "pytest", + "pytest>=8.0", ] [project.urls]