mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)
This commit is contained in:
parent
40ebe948e9
commit
a1f9a3332b
5 changed files with 64 additions and 28 deletions
|
@ -243,7 +243,6 @@ class BasicTest(BaseTest):
|
|||
self.assertIn('include-system-site-packages = %s\n' % s, data)
|
||||
|
||||
@unittest.skipUnless(can_symlink(), 'Needs symlinks')
|
||||
@unittest.skipIf(os.name == 'nt', 'Symlinks are never used on Windows')
|
||||
def test_symlinking(self):
|
||||
"""
|
||||
Test symlinking works as expected
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue