Commit a648660c authored by Denis Bilenko's avatar Denis Bilenko

make test__all__.py ignore gevent.six

parent c3df29fc
......@@ -128,6 +128,9 @@ are missing from %r:
exec "import %s" % modname in {}
self.module = sys.modules[modname]
if modname == 'gevent.six':
return
self.check_all()
self.__implements__ = getattr(self.module, '__implements__', None)
......
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