summaryrefslogtreecommitdiffstats
path: root/tests/test_thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_thread.py')
-rw-r--r--tests/test_thread.py5
1 files changed, 0 insertions, 5 deletions
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