##// END OF EJS Templates
test-check: don't report distutils as a local import...
marmoute -
r52555:d9faa71a stable
parent child Browse files
Show More
@@ -237,6 +237,8 b' def list_stdlib_modules():'
237 237 yield m
238 238 for m in ['cffi']:
239 239 yield m
240 yield 'distutils' # in Python < 3.12
241 yield 'distutils.version' # in Python < 3.12
240 242 stdlib_prefixes = {sys.prefix, sys.exec_prefix}
241 243 # We need to supplement the list of prefixes for the search to work
242 244 # when run from within a virtualenv.
General Comments 0
You need to be logged in to leave comments. Login now