https://github.com/python/cpython/commit/863a92f2bc708b9e3dfa9828bb8155b8d371e09c
commit: 863a92f2bc708b9e3dfa9828bb8155b8d371e09c
branch: main
author: Russell Keith-Magee <[email protected]>
committer: freakboy3742 <[email protected]>
date: 2024-07-27T10:24:30+08:00
summary:

gh-121832: Revert test skip introduced by #122150. (#122340)

Revert test skip introduced by #122150.

files:
M Lib/test/test_types.py

diff --git a/Lib/test/test_types.py b/Lib/test/test_types.py
index a87bb275d296a0..a84f43ba9b51fd 100644
--- a/Lib/test/test_types.py
+++ b/Lib/test/test_types.py
@@ -2382,7 +2382,6 @@ def setUpClass(cls):
 
     @cpython_only
     @no_rerun('channels (and queues) might have a refleak; see gh-122199')
-    @unittest.skipIf(is_apple_mobile, "Fails on iOS due to test ordering; see 
#121832.")
     def test_slot_wrappers(self):
         rch, sch = interpreters.channels.create()
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to