zopefoundation / zope.index

Indices for using with catalog like text, field, etc.
Other
10 stars 12 forks source link

Add support for Python 3.6 #13

Closed jamadden closed 7 years ago

jamadden commented 7 years ago

Only pass re.LOCALE under Python 2.

Fixes #8

I had the same namespace package issues testing this under tox when it was using python setup.py test as have been seen before:

  File "setup.py", line 75, in alltests
    import zope.testrunner.find
ModuleNotFoundError: No module named 'zope.testrunner'

Switching to an explicit invocation of zope.testrunner and avoiding the tests_require fixed it for me.

fgregg commented 7 years ago

lgtm