aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Rivera <stefano@rivera.za.net>2020-10-10 09:38:55 -0700
committerStefano Rivera <stefano@rivera.za.net>2020-10-10 09:38:55 -0700
commitd352c73625ec9c01d892d741eceb1903e0d8ffd1 (patch)
tree45519955eea513f4e83ab8a58c18cbf2d7b708cb /lib-python
parentmerge default into stdlib-2.7.18-3 (diff)
parentWe now have an nt_pypy scheme (diff)
downloadpypy-d352c73625ec9c01d892d741eceb1903e0d8ffd1.tar.gz
pypy-d352c73625ec9c01d892d741eceb1903e0d8ffd1.tar.bz2
pypy-d352c73625ec9c01d892d741eceb1903e0d8ffd1.zip
merge default into stdlib-2.7.18-3
Diffstat (limited to 'lib-python')
-rw-r--r--lib-python/2.7/test/test_sysconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-python/2.7/test/test_sysconfig.py b/lib-python/2.7/test/test_sysconfig.py
index 69d660ba6a..5715c584f2 100644
--- a/lib-python/2.7/test/test_sysconfig.py
+++ b/lib-python/2.7/test/test_sysconfig.py
@@ -252,7 +252,7 @@ class TestSysConfig(unittest.TestCase):
not import_module('_testcapi'), config_h)
def test_get_scheme_names(self):
- wanted = ('nt', 'nt_user', 'os2', 'os2_home', 'osx_framework_user',
+ wanted = ('nt', 'nt_pypy', 'nt_user', 'os2', 'os2_home', 'osx_framework_user',
'posix_home', 'posix_prefix', 'posix_user', 'pypy')
self.assertEqual(get_scheme_names(), wanted)