We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a106343 commit f4b1244Copy full SHA for f4b1244
Lib/test/test_embed.py
@@ -61,7 +61,7 @@ def setUp(self):
61
else:
62
exepath = os.path.join(builddir, 'Programs')
63
self.test_exe = exe = os.path.join(exepath, exename)
64
- if not os.path.exists(exe):
+ if exepath != support.REPO_ROOT or not os.path.exists(exe):
65
self.skipTest("%r doesn't exist" % exe)
66
# This is needed otherwise we get a fatal error:
67
# "Py_Initialize: Unable to get the locale encoding
0 commit comments