File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 uses : snok/install-poetry@v1
2828 with :
2929 version : 1.5.1
30+ - name : Set PYTHONPATH
31+ run : echo "PYTHONPATH=src" >> $GITHUB_ENV
3032 - name : Run tests
3133 run : |
3234 poetry install --no-interaction --no-root
3335 poetry run black --check .
34- poetry run pytest
36+ poetry run pytest tests/
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ description = ""
55authors = [" James Williams <james.williams@packetgeek.net>" ]
66license = " Apache 2.0"
77readme = " README.md"
8+ packages = [{include = " hier_config_cli.py" , from = " src" }]
89
910[tool .poetry .dependencies ]
1011python = " ^3.9"
1112hier-config = " ^3.1.0"
1213click = " ^8.1.7"
1314pyyaml = " ^6.0.2"
1415
15-
1616[tool .poetry .group .dev .dependencies ]
1717black = " ^24.10.0"
1818pytest = " ^8.3.4"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments