From dee2a1ee21a4bd936b995ac7b8966e85b73acac4 Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Sun, 28 Jan 2024 09:54:06 -0800 Subject: [PATCH] cap pytest --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 88535cc..3d0f7e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ test = [ "pytest-httpserver", "pytest-pyodide", "pytest-cov", + "pytest<8.0.0", "build==0.7.0", ]