From bda100d229a26e35fa04c9ec90d3db23758737c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saugat=20Pachhai=20=28=E0=A4=B8=E0=A5=8C=E0=A4=97=E0=A4=BE?= =?UTF-8?q?=E0=A4=A4=29?= Date: Thu, 30 Jan 2025 13:30:59 +0545 Subject: [PATCH] set a lower bound of pytest-benchmark that supports Python 3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 84eeb49..cddfc71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ Homepage = "https://github.com/fsspec/ossfs" [project.optional-dependencies] tests = [ "aliyun-python-sdk-sts==3.1.2", - "pytest-benchmark>=5,<6", + "pytest-benchmark>=4,<6", "pytest-cov>=3,<6", "pytest-mock>=3.8.2,<4", "pytest>=7.2.0,<8",