pytfm as external deps (#18)
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful

This commit was merged in pull request #18.
This commit is contained in:
2026-05-11 14:13:40 +00:00
2 changed files with 1 additions and 16 deletions

View File

@@ -21,21 +21,6 @@ steps:
UV_PYTHON: "3.13"
commands:
- pip install uv
- cd ..
- |
cat > pyproject.toml << 'EOF'
[project]
name = "pyaqa"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = []
[tool.uv.workspace]
members = ["blog.pyaqa.ru", "pytfm"]
EOF
- git clone https://git.pyaqa.ru/pi3c/pytfm.git
- cd $CI_WORKSPACE
- rm -rf .venv
- uv sync --group lints --group tests --group types --group dev
- name: lint

View File

@@ -61,7 +61,7 @@ types = [
blog = "app.main:main"
[tool.uv.sources]
pytfm = { workspace = true }
pytfm = { git = "https://git.pyaqa.ru/pi3c/pytfm.git" }
[tool.pytest.ini_options]
asyncio_mode = "auto"