8000 Reenable more tests · python/cpython@e529809 · GitHub
[go: up one dir, main page]

Skip to content

Commit e529809

Browse files
committed
Reenable more tests
1 parent 73eb3ce commit e529809

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/jit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,10 @@ jobs:
2929
architecture: Win32
3030
runner: windows-latest
3131
compiler: msvc
32-
exclude: test_asyncio
3332
- target: x86_64-pc-windows-msvc/msvc
3433
architecture: x64
3534
runner: windows-latest
3635
compiler: msvc
37-
exclude: test_asyncio
3836
- target: x86_64-apple-darwin/clang
3937
architecture: x86_64
4038
runner: macos-latest

Lib/test/test_regrtest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,6 @@ def test_leak(self):
11301130
def test_huntrleaks(self):
11311131
self.check_huntrleaks(run_workers=False)
11321132

1133-
@unittest.skip("JIT")
11341133
def test_huntrleaks_mp(self):
11351134
self.check_huntrleaks(run_workers=True)
11361135

0 commit comments

Comments
 (0)
0