summaryrefslogtreecommitdiffstats
path: root/tests/test_thread.py
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2005-01-10 16:25:46 +0000
committerJohan Dahlin <johan@src.gnome.org>2005-01-10 16:25:46 +0000
commit64e07ba0b2a4acb84f61e5688d3537f4a38e09e6 (patch)
tree9daa6194ea657c79cdf0580528bcbd57ed66a38b /tests/test_thread.py
parentdc62a03bbc1b3a8271c24ca0887e7285a0ab4848 (diff)
downloadpygobject-64e07ba0b2a4acb84f61e5688d3537f4a38e09e6.tar.gz
pygobject-64e07ba0b2a4acb84f61e5688d3537f4a38e09e6.tar.xz
pygobject-64e07ba0b2a4acb84f61e5688d3537f4a38e09e6.zip
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.
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