summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/test/runtktests.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/tkinter/test/runtktests.py')
-rw-r--r--Lib/tkinter/test/runtktests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/tkinter/test/runtktests.py b/Lib/tkinter/test/runtktests.py
index e21eca4..ccb3755 100644
--- a/Lib/tkinter/test/runtktests.py
+++ b/Lib/tkinter/test/runtktests.py
@@ -68,5 +68,4 @@ def get_tests(text=True, gui=True, packages=None):
yield test
if __name__ == "__main__":
- test.support.use_resources = ['gui']
test.support.run_unittest(*get_tests())