move test dependencies to dev dependency group (#679)

This commit is contained in:
besendorf
2025-08-21 16:10:03 +02:00
committed by GitHub
parent 616e870212
commit b723ebf28e
3 changed files with 30 additions and 32 deletions

View File

@@ -23,7 +23,7 @@ install:
python3 -m pip install --upgrade -e .
test-requirements:
python3 -m pip install --upgrade -r test-requirements.txt
python3 -m pip install --upgrade --group dev
generate-proto-parsers:
# Generate python parsers for protobuf files