Thanks to visit codestin.com Credit goes to github.com
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.
2 parents ce98062 + ca60b36 commit b5ebf27Copy full SHA for b5ebf27
1 file changed
Lib/test/test_tools.py
@@ -63,6 +63,7 @@ def test_sundry_windows(self):
63
for fn in self.windows_only:
64
__import__(fn[:-3])
65
66
+ @unittest.skipIf(not support.threading, "test requires _thread module")
67
def test_analyze_dxp_import(self):
68
if hasattr(sys, 'getdxp'):
69
import analyze_dxp
0 commit comments