Use sentry-sdk<2 for tests

This commit is contained in:
Selwin Ong 2024-04-27 15:24:50 +07:00
parent 7be63fb468
commit 00adbc08c6
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ dependencies = [
"pytest",
"pytest-cov",
"ruff",
"sentry-sdk",
"sentry-sdk<2",
"tox",
]
[tool.hatch.envs.test.scripts]