Skip to content

Commit 5b13ec3

Browse files
committed
added pytest stuff to doc requirements for the auto build
1 parent 8e27e57 commit 5b13ec3

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

doc-requirements.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ idna==3.10
6464
# yarl
6565
imagesize==1.4.1
6666
# via sphinx
67+
iniconfig==2.1.0
68+
# via pytest
6769
iso8601==2.1.0
6870
# via appdaemon (pyproject.toml)
6971
jinja2==3.1.6
@@ -90,11 +92,15 @@ myst-parser==4.0.1
9092
orderly-set==5.5.0
9193
# via deepdiff
9294
packaging==25.0
93-
# via sphinx
95+
# via
96+
# pytest
97+
# sphinx
9498
paho-mqtt==2.1.0
9599
# via appdaemon (pyproject.toml)
96100
pid==3.0.4
97101
# via appdaemon (pyproject.toml)
102+
pluggy==1.6.0
103+
# via pytest
98104
propcache==0.3.2
99105
# via
100106
# aiohttp
@@ -106,8 +112,15 @@ pydantic-core==2.27.2
106112
pygments==2.19.2
107113
# via
108114
# appdaemon (pyproject.toml)
115+
# pytest
109116
# sphinx
110117
# sphinx-tabs
118+
pytest==8.4.2
119+
# via
120+
# appdaemon (pyproject.toml)
121+
# pytest-asyncio
122+
pytest-asyncio==1.2.0
123+
# via appdaemon (pyproject.toml)
111124
python-dateutil==2.9.0.post0
112125
# via appdaemon (pyproject.toml)
113126
python-engineio==4.12.2
@@ -180,6 +193,7 @@ typing-extensions==4.15.0
180193
# anyio
181194
# pydantic
182195
# pydantic-core
196+
# pytest-asyncio
183197
# starlette
184198
urllib3==2.5.0
185199
# via requests

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,14 @@ dev = [
6464

6565
# Dependencies required to build the documentation using sphinx
6666
doc = [
67+
"myst-parser>=4.0.0",
6768
"sphinx-autobuild>=2021.3.14",
6869
"sphinx-rtd-theme>=3.0.2",
6970
"sphinx-copybutton>=0.5.2",
7071
"sphinx-tabs>=3.4.7",
7172
"pygments>=2.14",
72-
"myst-parser>=4.0.0",
73+
"pytest>=8.3.2",
74+
"pytest-asyncio>=1.0.0",
7375
]
7476

7577
# Define the main CLI script

0 commit comments

Comments
 (0)