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 553cdc6 commit f164c37Copy full SHA for f164c37
Lib/test/test_embed.py
@@ -1608,6 +1608,10 @@ def test_init_pybuilddir_win32(self):
1608
api=API_COMPAT, env=env,
1609
ignore_stderr=False, cwd=tmpdir)
1610
1611
+ @unittest.skipIf(
1612
+ sysconfig.get_config_var('LDLIBRARY') != sysconfig.get_config_var('LIBRARY'),
1613
+ "Test only available when static linking libpython",
1614
+ )
1615
def test_init_pyvenv_cfg(self):
1616
# Test path configuration with pyvenv.cfg configuration file
1617
0 commit comments