diff options
Diffstat (limited to 'tests/test_glib.py')
-rw-r--r-- | tests/test_glib.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_glib.py b/tests/test_glib.py index 78366a91..fa48cdb5 100644 --- a/tests/test_glib.py +++ b/tests/test_glib.py @@ -208,6 +208,7 @@ https://my.org/q?x=1&y=2 self.assertEqual(call_data, [(r, GLib.IOCondition.IN, b'a', ('moo', 'foo'))]) + @unittest.skipIf(sys.platform == "darwin", "fails") @unittest.skipIf(os.name == "nt", "no shell on Windows") def test_io_add_watch_pyfile(self): call_data = [] |