Skip to content

Commit cc0f95a

Browse files
Pin pytest related dependencies
Signed-off-by: Daniel Zullo <[email protected]>
1 parent 7ef817c commit cc0f95a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ nox = [
6969
"toml >= 0.10.2, < 1",
7070
]
7171
pytest = [
72-
"pytest",
73-
"pytest-cov",
74-
"pytest-mock",
75-
"pytest-asyncio",
76-
"time-machine",
77-
"async-solipsism",
72+
"pytest >= 7.2.1, < 8",
73+
"pytest-cov >= 4.0.0, < 5",
74+
"pytest-mock >= 3.10.0, < 4",
75+
"pytest-asyncio >= 0.20.3, < 1",
76+
"time-machine >= 2.9.0, < 3",
77+
"async-solipsism >= 0.5, < 1",
7878
]
7979
mypy = [
8080
"mypy >= 1.0.1, < 2",

0 commit comments

Comments
 (0)