diff options
| author | Matthew Poletiek <matthew.poletiek@gmail.com> | 2020-12-19 23:40:56 -0600 |
|---|---|---|
| committer | Matthew Poletiek <matthew.poletiek@gmail.com> | 2020-12-19 23:40:56 -0600 |
| commit | 9ddcc6ef45bdb138d0a94b31bbf7217d58404fd2 (patch) | |
| tree | 33f13afd8db190ef5805d02460744da8f897833c /tests/run_tests.py | |
| parent | 4858b44367a1e451bd8acdbca4e5c7144e209a65 (diff) | |
| download | chirp-9ddcc6ef45bdb138d0a94b31bbf7217d58404fd2.tar.gz chirp-9ddcc6ef45bdb138d0a94b31bbf7217d58404fd2.tar.xz | |
Fixing Tox for Testing
Diffstat (limited to 'tests/run_tests.py')
| -rwxr-xr-x | tests/run_tests.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
