From 64e07ba0b2a4acb84f61e5688d3537f4a38e09e6 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 10 Jan 2005 16:25:46 +0000 Subject: Make testsuite work and do things the way they were supposed to be done * tests/Makefile.am: * tests/common.py: * tests/runtests.py: * tests/test_thread.py: Make testsuite work and do things the way they were supposed to be done from the beginning. --- tests/test_thread.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/test_thread.py') diff --git a/tests/test_thread.py b/tests/test_thread.py index ad23d27..647783a 100644 --- a/tests/test_thread.py +++ b/tests/test_thread.py @@ -3,11 +3,6 @@ import unittest from common import gobject, gtk, testhelper -# Enable PyGILState API -os.environ['PYGTK_USE_GIL_STATE_API'] = '' - -gobject.threads_init() - class TestThread(unittest.TestCase): def from_thread_cb(self, test, enum): assert test == self.obj -- cgit