Skip to content

Commit 1dae0d0

Browse files
committed
fix(pytest-argus-reporter): pin pytest
In order to avoid issues when new pytest verion appears, pin it's version.
1 parent 3398db4 commit 1dae0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest-argus-reporter/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ argus-reporter = "pytest_argus_reporter"
4646

4747
[project.optional-dependencies]
4848
dev = [
49-
"pytest>=3.0",
49+
"pytest ~= 9.0.0",
5050
"pre-commit",
5151
"requests-mock",
5252
"codecov",

0 commit comments

Comments
 (0)