Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)

This reverts commit 468a15aaf9.
This commit is contained in:
Victor Stinner 2018-12-07 12:57:43 +01:00 committed by GitHub
parent 8452ca15f4
commit cb0b78a070
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
52 changed files with 331 additions and 3085 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