8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73eb3ce commit e529809Copy full SHA for e529809
.github/workflows/jit.yml
@@ -29,12 +29,10 @@ jobs:
29
architecture: Win32
30
runner: windows-latest
31
compiler: msvc
32
- exclude: test_asyncio
33
- target: x86_64-pc-windows-msvc/msvc
34
architecture: x64
35
36
37
38
- target: x86_64-apple-darwin/clang
39
architecture: x86_64
40
runner: macos-latest
Lib/test/test_regrtest.py
@@ -1130,7 +1130,6 @@ def test_leak(self):
1130
def test_huntrleaks(self):
1131
self.check_huntrleaks(run_workers=False)
1132
1133
- @unittest.skip("JIT")
1134
def test_huntrleaks_mp(self):
1135
self.check_huntrleaks(run_workers=True)
1136
0 commit comments