File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3939 working-directory : python
4040 run : |
4141 python -m pip install --upgrade pip
42- python -m pip install pytest build twine
42+ python -m pip install pytest pytest-asyncio build twine
4343 - name : Run tests
4444 working-directory : python
4545 run : python -m pytest
6363 run : python -m json.tool protocol/bridge-protocol-v1.schema.json > /dev/null
6464 - name : Ensure protocol doc exists
6565 run : test -f protocol/bridge-protocol-v1.md
66+
Original file line number Diff line number Diff line change @@ -25,6 +25,12 @@ classifiers = [
2525]
2626dependencies = []
2727
28+ [project .optional-dependencies ]
29+ test = [
30+ " pytest>=8.0" ,
31+ " pytest-asyncio>=0.23"
32+ ]
33+
2834[project .urls ]
2935Homepage = " https://github.com/pyritone/Py-Ritone"
3036Repository = " https://github.com/pyritone/Py-Ritone"
@@ -48,4 +54,4 @@ include = [
4854[tool .pytest .ini_options ]
4955pythonpath = [" src" ]
5056addopts = " -q"
51-
57+ asyncio_mode = " auto "
You can’t perform that action at this time.
0 commit comments