File tree Expand file tree Collapse file tree 4 files changed +189
-186
lines changed Expand file tree Collapse file tree 4 files changed +189
-186
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,12 @@ jobs:
2828 python-version : ${{ matrix.python-version }}
2929
3030 - name : Display Python version
31+ shell : bash
3132 run : python -c "import sys; print(sys.version)"
3233
3334 - name : Install venv
34- run : ./tools/uv sync --extra tools --locked
35+ shell : bash
36+ run : ./tools/uv sync --extra dev --locked
3537
3638 - name : Run tests
3739 shell : bash
Original file line number Diff line number Diff line change @@ -26,10 +26,13 @@ alt_pytest_asyncio = "alt_pytest_asyncio.plugin"
2626[project .urls ]
2727Homepage = " https://github.com/delfick/alt-pytest-asyncio"
2828
29- [tool .uv ]
30- dev-dependencies = [
29+ [project .optional-dependencies ]
30+ dev = [
31+ " tools" ,
32+ " alt_pytest_asyncio_test_driver"
33+ ]
34+ tools = [
3135 " tools" ,
32- " alt_pytest_asyncio_test_driver" ,
3336]
3437
3538[tool .hatch .metadata ]
Original file line number Diff line number Diff line change 1- uv>=0.4.20
1+ uv==0.6.2
You can’t perform that action at this time.
0 commit comments