From b5a0fc67ef0b3247d4a8d1c04cead07bada364f8 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Mon, 29 Jan 2024 18:18:15 +0000 Subject: [PATCH] Pin pytest to avoid conflict with https://github.com/simplistix/sybil/issues/107 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 162247cc..ddf2a425 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -213,7 +213,7 @@ readme = { file = "README.rst", content-type = "text/x-rst"} requires-python = ">=3.12" dependencies = [ "Pillow", - "pytest", + "pytest<8", # We pin pytest to avoid conflict with Sybil. See https://github.com/simplistix/sybil/issues/107. ] [project.optional-dependencies]