Skip to content

Commit a16f917

Browse files
committed
Pin pytest to the latest 7.2 release
1 parent 4a2f521 commit a16f917

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
@@ -26,7 +26,7 @@ exclude = ["tests", "tests.*"]
2626

2727
[project.optional-dependencies]
2828
testing = [
29-
"pytest>=7.1.2",
29+
"pytest==7.2.2",
3030
"pytest-asyncio>=0.19.0",
3131
"pytest-timeout>=2.1.0",
3232
"pytest-mock>=3.8.2",

0 commit comments

Comments
 (0)