summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-03-29 11:33:35 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2016-03-29 11:33:35 (GMT)
commit8ba2083e0e614a1bca0a12aa61e8a55389a1220f (patch)
treecb80fadafc8868431b78d2b243686ed1d873ae27 /Lib
parent6f57424ae07a8c7ecb171b4df2e0e2512f48d973 (diff)
downloadcpython-8ba2083e0e614a1bca0a12aa61e8a55389a1220f.zip
cpython-8ba2083e0e614a1bca0a12aa61e8a55389a1220f.tar.gz
cpython-8ba2083e0e614a1bca0a12aa61e8a55389a1220f.tar.bz2
Issue #26643: Add missing shutil resources to regrtest.py
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/test/regrtest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 431042e..fecfd09 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1057,6 +1057,7 @@ class saved_test_environment:
'multiprocessing.process._dangling', 'threading._dangling',
'sysconfig._CONFIG_VARS', 'sysconfig._INSTALL_SCHEMES',
'files', 'locale', 'warnings.showwarning',
+ 'shutil_archive_formats', 'shutil_unpack_formats',
)
def get_sys_argv(self):