Skip to content

Commit 0a56dee

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

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
@@ -15,6 +15,7 @@ pytest-cov = "~=4.0.0"
1515
pytest-asyncio = "~=0.20.2"
1616
pytest = "~=7.2.0"
1717
exceptiongroup = "~=1.2.1"
18+
tomli = "~=2.0.1"
1819
black = "~=22.12.0"
1920
autohooks = "~=24.2.0"
2021
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
@@ -92,6 +92,7 @@ test = [
9292
"pytest-aiohttp>=1.0.4",
9393
"pytest-cov>=4.0.0",
9494
"exceptiongroup>=1.2.1",
95+
"tomli>=1.0.0",
9596
]
9697
dev = [
9798
"black",

0 commit comments

Comments
 (0)