Skip to content

Commit 8eead38

Browse files
committed
pytest-asyncio as dep
1 parent 5408be3 commit 8eead38

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ Issues = "https://github.com/GitHubSecurityLab/seclab-taskflows/issues"
3535
[tool.hatch.version]
3636
path = "src/seclab_taskflows/__about__.py"
3737

38+
[tool.hatch.envs.hatch-test]
39+
extra-dependencies = [
40+
"pytest-asyncio==1.3.0",
41+
]
42+
3843
[tool.hatch.envs.types]
3944
extra-dependencies = [
4045
"mypy>=1.0.0",

0 commit comments

Comments
 (0)