Skip to content

Commit 9f64e93

Browse files
fix: Add asyncio plugin
1 parent ee57819 commit 9f64e93

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ all = [
4040
tests = [
4141
"pytest >= 8.3.2,<9",
4242
"pytest-cov >= 5.0.0,<6",
43+
"pytest-asyncio >= 0.23.8,<1",
4344
]
4445
doc = [
4546
"ansys-sphinx-theme==0.16.6",
@@ -64,10 +65,12 @@ Releases = "https://github.com/ansys/allie-flowkit-python/releases/"
6465
[project.scripts]
6566
allie-flowkit-python = "allie.flowkit.__main__:main"
6667

67-
6868
[tool.flit.module]
6969
name = "allie.flowkit"
7070

71+
[tool.pytest.ini_options]
72+
addopts = "--cov=ansys.allie.flowkit.python --cov-report=term --cov-report=html:.cov/html --cov-report=xml:.cov/coverage.xml"
73+
7174
[tool.codespell]
7275
skip = "*.pyc,*.xml,*.txt,*.gif,*.png,*.jpg,*.js,*.html,*.doctree,*.ttf,*.woff,*.woff2,*.eot,*.mp4,*.inv,*.pickle,*.ipynb,flycheck*,./.git/*,./.hypothesis/*,*.yml,./docs/build/*,./docs/images/*,./dist/*,*~,.hypothesis*,./docs/source/examples/*,*cover,*.dat,*.mac"
7376

@@ -120,5 +123,3 @@ convention = "google"
120123
[tool.setuptools.packages.find]
121124
include = ["app", "docker", "configs"]
122125

123-
[tool.pytest.ini_options]
124-
addopts = "--cov=ansys.allie.flowkit.python --cov-report=term --cov-report=html:.cov/html --cov-report=xml:.cov/coverage.xml"

0 commit comments

Comments
 (0)