Skip to content
Snippets Groups Projects
Commit 07731064ac41 authored by Ludovic Chabant's avatar Ludovic Chabant
Browse files

hgdemandimport: exclude more sqlalchemy modules

We could potentially exclude the entire sqlalchemy library.
parent 5ed6efedc457
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@
'rfc822',
'mimetools',
'sqlalchemy.events', # has import-time side effects (issue5085)
'sqlalchemy.dialects', # similar problems as above
# setuptools 8 expects this module to explode early when not on windows
'distutils.msvc9compiler',
'__builtin__',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment