diff --git a/tests/test_all.py b/tests/test_all.py index 33af3c1..cb4f85a 100644 --- a/tests/test_all.py +++ b/tests/test_all.py @@ -389,6 +389,4 @@ if __name__ == "__main__": test_unsigned_add() test_signed_add() test_mac() - test_direct() - test_wire_as_bus() print("Python tests were successful!")