Skip to content

Commit bda100d

Browse files
committed
set a lower bound of pytest-benchmark that supports Python 3.8
1 parent de46817 commit bda100d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Homepage = "https://github.com/fsspec/ossfs"
2929
[project.optional-dependencies]
3030
tests = [
3131
"aliyun-python-sdk-sts==3.1.2",
32-
"pytest-benchmark>=5,<6",
32+
"pytest-benchmark>=4,<6",
3333
"pytest-cov>=3,<6",
3434
"pytest-mock>=3.8.2,<4",
3535
"pytest>=7.2.0,<8",

0 commit comments

Comments
 (0)