tests: move pyproject to tests

This commit is contained in:
daywalker90 2025-12-09 16:23:34 +01:00
parent 65ec413753
commit 7dff9f83e7
No known key found for this signature in database
4 changed files with 5 additions and 3 deletions

View file

@ -154,5 +154,6 @@ jobs:
export VALGRIND=0
export PYTEST_TIMEOUT=600
cd tests
uv add --dev pyln-testing==${{ inputs.pyln-version }} pyln-client==${{ inputs.pyln-version }} pyln-proto==${{ inputs.pyln-version }}
uv run -v pytest -n=10 tests/test_*.py
uv run -v pytest -n=10