Commit 18d2f643 authored by Denis Bilenko's avatar Denis Bilenko

greentest: update list of extension modules

parent f483df54
......@@ -383,7 +383,7 @@ def walk_modules(basedir=None, modpath=None, include_so=False):
for p, m in walk_modules(path, modpath + fn + "."):
yield p, m
continue
if fn.endswith('.py') and fn not in ['__init__.py', 'core.py', 'ares.py']:
if fn.endswith('.py') and fn not in ['__init__.py', 'core.py', 'ares.py', '_util.py', '_semaphore.py']:
yield path, modpath + fn[:-3]
elif include_so and fn.endswith('.so'):
if fn.endswith('_d.so'):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment