diff setup.py @ 1451:73eb4f33f9dc mercurial-3.3

tests: adapt the test for Mercurial 3.3 Some fix in the obsolete parent directory warning where also necessary.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Thu, 25 Jun 2015 17:22:17 -0700
parents 5b66cff0e470
children 1bcbd14cf159
line wrap: on
line diff
--- a/setup.py	Thu Jun 25 16:55:27 2015 -0700
+++ b/setup.py	Thu Jun 25 17:22:17 2015 -0700
@@ -19,10 +19,6 @@
     'hgext.evolve',
 ]
 
-if os.environ.get('INCLUDE_INHIBIT'):
-    py_modules.append('hgext.inhibit')
-    py_modules.append('hgext.directaccess')
-
 setup(
     name='hg-evolve',
     version=get_version('hgext/evolve.py'),