From 9ddcc6ef45bdb138d0a94b31bbf7217d58404fd2 Mon Sep 17 00:00:00 2001 From: Matthew Poletiek Date: Sat, 19 Dec 2020 23:40:56 -0600 Subject: Fixing Tox for Testing --- tests/run_tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/run_tests.py') diff --git a/tests/run_tests.py b/tests/run_tests.py index e13fd8c..0331e5e 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -26,6 +26,7 @@ import glob import tempfile import time from optparse import OptionParser +#import serial from serial import Serial # change to the tests directory @@ -52,7 +53,7 @@ logger.handle_options(LoggerOpts()) from chirp import CHIRP_VERSION # FIXME: Not all drivers are py3 compatible in syntax, so punt on this # until that time, and defer to the safe import loop below. -# from chirp.drivers import * +from chirp.drivers import * from chirp import chirp_common, directory from chirp import import_logic, memmap, settings, errors from chirp import settings -- cgit v1.2.3