From 3dd31adf9a63e7fd12c148abd66142df62a51063 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Thu, 28 Mar 2024 21:11:52 -0500 Subject: [PATCH] tests: Disable some tests. --- g13gui/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/g13gui/tests.py b/g13gui/tests.py index 4ca18da..d869e9b 100644 --- a/g13gui/tests.py +++ b/g13gui/tests.py @@ -8,8 +8,8 @@ from g13gui.model.prefs_tests import * #from g13gui.bitwidgets.label_tests import * #from g13gui.bitwidgets.display_tests import * #from g13gui.bitwidgets.screen_tests import * -from g13gui.g13.displaydevice_tests import * -from g13gui.g13.manager_tests import * +#from g13gui.g13.displaydevice_tests import * +#from g13gui.g13.manager_tests import * if __name__ == '__main__':