summaryrefslogtreecommitdiff
path: root/Lib/test/test_venv.py
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2019-01-30 13:49:14 -0800
committerGitHub <noreply@github.com>2019-01-30 13:49:14 -0800
commita1f9a3332bd4767e47013ea787022f06b6dbcbbd (patch)
tree7953193c5c6971eb5168b8ca753449615a5a8ce5 /Lib/test/test_venv.py
parent40ebe948e97b47fc84c8f527910063286a174b25 (diff)
downloadcpython-git-a1f9a3332bd4767e47013ea787022f06b6dbcbbd.tar.gz
bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)
Diffstat (limited to 'Lib/test/test_venv.py')
-rw-r--r--Lib/test/test_venv.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_venv.py b/Lib/test/test_venv.py
index 34c2234493..6096b9df45 100644
--- a/Lib/test/test_venv.py
+++ b/Lib/test/test_venv.py
@@ -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