From f2e2566aa51fb5fbc68adb493ff30c91415f0451 Mon Sep 17 00:00:00 2001 From: Brett Date: Wed, 17 Jul 2024 16:34:32 -0400 Subject: [PATCH] require pytest 8 to deal with warnings change --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce855dce5..98e11e3be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ tests = [ "fsspec[http]>=2022.8.2", "lz4>=0.10", "psutil", - "pytest>=7", + "pytest>=8", "pytest-remotedata", ] [project.urls]