Skip to content

Commit 5431f2a

Browse files
committed
Try to fix tests on ci/cd
1 parent e2478e5 commit 5431f2a

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pytest-aiohttp = "~=1.0.4"
1414
pytest-cov = "~=4.0.0"
1515
pytest-asyncio = "~=0.20.2"
1616
pytest = "~=7.2.0"
17+
exceptiongroup = "~=1.2.1"
1718
black = "~=22.12.0"
1819
autohooks = "~=24.2.0"
1920
autohooks-plugin-ruff = "~=24.1.0"

Pipfile.lock

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ test = [
9191
"pytest-asyncio>=0.20.0",
9292
"pytest-aiohttp>=1.0.4",
9393
"pytest-cov>=4.0.0",
94+
"exceptiongroup>=1.2.1",
9495
]
9596
dev = [
9697
"black",

0 commit comments

Comments
 (0)