From 7bc8bb93afd531fd178399efebabe3951bbff62f Mon Sep 17 00:00:00 2001 From: Walter Boring Date: Tue, 27 Jan 2026 15:34:09 -0500 Subject: [PATCH] added aprsd as a dep for running tests --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index a2311c8..6d32dee 100644 --- a/tox.ini +++ b/tox.ini @@ -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.