From 071d96d18ece7e5d0200754e647f127af234c9fe Mon Sep 17 00:00:00 2001 From: Jonathon Ferrell Date: Mon, 15 Jun 2026 13:10:55 -0500 Subject: [PATCH] Pinned pytest to version 8 to keep tests running for the time being --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 4a71eb1..a58a885 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -34,7 +34,7 @@ protobuf # ray pyarrow # via btrdb -pytest +pytest <9 # via # btrdb # pytest-cov