Skip to content

Commit 648b136

Browse files
committed
bpo39166 is fixed
1 parent 6d6af17 commit 648b136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_arcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,7 @@ async def print_sum(x, y): # 8
15231523
self.assertEqual(self.stdout(), "Compute 1 + 2 ...\n1 + 2 = 3\n")
15241524

15251525
def test_async_for(self):
1526-
if env.PYVERSION >= (3, 9, 0, 'alpha', 2):
1526+
if env.PYVERSION == (3, 9, 0, 'alpha', 2, 0):
15271527
self.xfail("https://bugs.python.org/issue39166")
15281528
self.check_coverage("""\
15291529
import asyncio

0 commit comments

Comments
 (0)