Compare commits
No commits in common. "d440e0417b278692522e6448b673ff9c1cc02a3c" and "7eeb4799db7906b1fb7d60f04d6906e5347a3e51" have entirely different histories.
d440e0417b
...
7eeb4799db
4 changed files with 9 additions and 12 deletions
|
|
@ -22,11 +22,8 @@ steps:
|
||||||
- markdownlint-cli2 .
|
- markdownlint-cli2 .
|
||||||
|
|
||||||
# currently doesn't work and bronsen can't be arsed to fix
|
# currently doesn't work and bronsen can't be arsed to fix
|
||||||
- name: Run Tests
|
# - name: Run Tests
|
||||||
image: docker.io/astral/uv:python${PYTHON_VERSION}-trixie-slim
|
# image: docker.io/astral/uv:python${PYTHON_VERSION}-trixie-slim
|
||||||
commands:
|
# commands:
|
||||||
- python -m venv venv
|
# - uv run pytest tests.py
|
||||||
- source venv/bin/activate
|
# coverage: uv run pytest tests.py --cov-report= --cov=src # no cov report on terminal: useful for CI
|
||||||
- python -m pip install -r requirements.txt -r requirements.dev.txt
|
|
||||||
- python -m pytest tests.py
|
|
||||||
# coverage: uv run pytest tests.py --cov-report= --cov=src # no cov report on terminal: useful for CI
|
|
||||||
|
|
|
||||||
2
justfile
2
justfile
|
|
@ -12,7 +12,7 @@ console:
|
||||||
run-dev:
|
run-dev:
|
||||||
uv run textual run --dev src/teilchensammler_cli/__init__.py
|
uv run textual run --dev src/teilchensammler_cli/__init__.py
|
||||||
|
|
||||||
uv_export_options := "--format requirements.txt --quiet --no-editable"
|
uv_export_options := "--format requirements.txt --quiet"
|
||||||
exports-deps:
|
exports-deps:
|
||||||
uv export {{ uv_export_options }} --output-file requirements.txt
|
uv export {{ uv_export_options }} --output-file requirements.txt
|
||||||
uv export {{ uv_export_options }} --only-dev --output-file requirements.dev.txt
|
uv export {{ uv_export_options }} --only-dev --output-file requirements.dev.txt
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# This file was autogenerated by uv via the following command:
|
# This file was autogenerated by uv via the following command:
|
||||||
# uv export --format requirements.txt --no-editable --only-dev --output-file requirements.dev.txt
|
# uv export --format requirements.txt --only-dev --output-file requirements.dev.txt
|
||||||
colorama==0.4.6 ; sys_platform == 'win32' \
|
colorama==0.4.6 ; sys_platform == 'win32' \
|
||||||
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
|
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
|
||||||
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
|
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# This file was autogenerated by uv via the following command:
|
# This file was autogenerated by uv via the following command:
|
||||||
# uv export --format requirements.txt --no-editable --output-file requirements.txt
|
# uv export --format requirements.txt --output-file requirements.txt
|
||||||
.
|
-e .
|
||||||
aerich==0.9.2 \
|
aerich==0.9.2 \
|
||||||
--hash=sha256:02d58658714eebe396fe7bd9f9401db3a60a44dc885910ad3990920d0357317d \
|
--hash=sha256:02d58658714eebe396fe7bd9f9401db3a60a44dc885910ad3990920d0357317d \
|
||||||
--hash=sha256:d0f007acb21f6559f1eccd4e404fb039cf48af2689e0669afa62989389c0582d
|
--hash=sha256:d0f007acb21f6559f1eccd4e404fb039cf48af2689e0669afa62989389c0582d
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue