Index: tests/unit_tests/test_imports.py =================================================================== diff -u -r8ea13ae6dd10732bfcc456798f4785c4d88c95d3 -re5b68dd61c18dd97545d5e527a7f0a8f84061cb6 --- tests/unit_tests/test_imports.py (.../test_imports.py) (revision 8ea13ae6dd10732bfcc456798f4785c4d88c95d3) +++ tests/unit_tests/test_imports.py (.../test_imports.py) (revision e5b68dd61c18dd97545d5e527a7f0a8f84061cb6) @@ -66,14 +66,6 @@ import dialin print(dialin.__version__) - def test_squish(self): - from dialin.squish import (denaliMessages, - crc, - globals, - messageBuilder, - unittests, - utils) - def test_package_imports(self): from dialin import HD, HDSimulator, DG