Skip to content

Commit e8075a6

Browse files
Pin the pytest version to 7.4.3
1 parent 1738627 commit e8075a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datadog_checks_dev/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"mock",
3939
"psutil",
4040
"py>=1.8.2; python_version < '3.0'", # https://github.com/ionelmc/pytest-benchmark/issues/226
41-
"pytest",
41+
"pytest==7.4.3",
4242
"pytest-asyncio>=0.20.3; python_version > '3.0'",
4343
"pytest-benchmark[histogram]<4.0.0; python_version < '3.0'",
4444
"pytest-benchmark[histogram]>=4.0.0; python_version > '3.0'",

0 commit comments

Comments
 (0)