added aprsd as a dep for running tests

This commit is contained in:
Walter Boring 2026-01-27 15:34:09 -05:00
parent 0307b2a055
commit 7bc8bb93af

View File

@ -23,6 +23,7 @@ isolated_build = true
package = editable
deps =
pytest
aprsd
commands =
# Use -bb to enable BytesWarnings as error to catch str/bytes misuse.
# Use -Werror to treat warnings as errors.