From 538bb164101988419ed0a2f1d199522260dc1e3f Mon Sep 17 00:00:00 2001 From: Juho Inkinen <34240031+juhoinkinen@users.noreply.github.com> Date: Fri, 2 Feb 2024 11:08:59 +0200 Subject: [PATCH] Pin to pytest 7.* (#767) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 951fa3a0a..1aebd8fbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ stwfsapy = {version="0.3.*", optional = true} [tool.poetry.dev-dependencies] py = "*" -pytest = "*" +pytest = "7.*" requests = "*" pytest-cov = "*" pytest-watch = "*"