From a6ace5f58442ea9db044a291255cbfbb2dd93047 Mon Sep 17 00:00:00 2001 From: Padraic Fanning Date: Fri, 5 Feb 2021 21:26:06 -0500 Subject: [PATCH] Unskip test_glob --- Lib/test/test_pathlib.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_pathlib.py b/Lib/test/test_pathlib.py index 96a79aec3..753db1d75 100644 --- a/Lib/test/test_pathlib.py +++ b/Lib/test/test_pathlib.py @@ -2186,7 +2186,6 @@ class PosixPathTest(_BasePathTest, unittest.TestCase): # Non-strict self._check_symlink_loop(BASE, 'linkW', 'foo', strict=False) - @unittest.skip("TODO: RUSTPYTHON") def test_glob(self): P = self.cls p = P(BASE)