summaryrefslogtreecommitdiff
path: root/test/test-p2p.py
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2020-11-23 10:39:45 +0000
committerSimon McVittie <smcv@collabora.com>2020-11-23 10:42:41 +0000
commitae14ce2c11831226c82b4f4765455905c39d87da (patch)
treee3aa71057d27fd7bb3c562d6d9bac57dea3eb9b4 /test/test-p2p.py
parentb356bba0644be3f120a8b9561d178b5d98cd7dcf (diff)
tests: Stop calling GLib.threads_init
It is deprecated and no longer necessary. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'test/test-p2p.py')
-rwxr-xr-xtest/test-p2p.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test-p2p.py b/test/test-p2p.py
index 06b9b43..efe1041 100755
--- a/test/test-p2p.py
+++ b/test/test-p2p.py
@@ -123,7 +123,6 @@ class TestDBusBindings(unittest.TestCase):
if __name__ == '__main__':
- GLib.threads_init()
dbus.glib.init_threads()
dbus_test_utils.main()