Skip to content

Commit 90993eb

Browse files
committed
fix: include ping extras in tox testing
It is not needed for testing, but for type checking.
1 parent 0cef2c3 commit 90993eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ allowlist_externals =
1212
uv
1313
install_command = uv pip install --no-binary lxml --no-binary xmlsec {opts} {packages}
1414
deps =
15-
py{310,311,312,313}: -e .[dev,all]
15+
py{310,311,312,313}: -e .[dev,all,ping]
1616
commands =
1717
pytest
1818

1919
[testenv:py310-pyright]
2020
deps =
21-
-e .[dev,all]
21+
-e .[dev,all,ping]
2222
commands =
2323
pyright
2424

2525
[testenv:py313-pyright]
2626
deps =
27-
-e .[dev,all]
27+
-e .[dev,all,ping]
2828
commands =
2929
pyright

0 commit comments

Comments
 (0)