bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)

This commit is contained in:
Steve Dower 2019-01-30 13:49:14 -08:00 committed by GitHub
parent 40ebe948e9
commit a1f9a3332b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 64 additions and 28 deletions

View file

@ -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