changeset 5393:00bcca246403

packaging: we no longer have inhibit
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 10 Jul 2020 09:51:25 +0800
parents 5c08b3bec031
children b0425562e993
files MANIFEST.in debian/test-blacklist setup.py
diffstat 3 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/MANIFEST.in	Sat Jun 20 11:24:14 2020 +0530
+++ b/MANIFEST.in	Fri Jul 10 09:51:25 2020 +0800
@@ -22,7 +22,6 @@
 exclude .hg-format-source
 exclude Makefile
 exclude tests/test-drop.t
-exclude tests/test-inhibit.t
 exclude tests/test-oldconvert.t
 
 prune contrib
--- a/debian/test-blacklist	Sat Jun 20 11:24:14 2020 +0530
+++ b/debian/test-blacklist	Fri Jul 10 09:51:25 2020 +0800
@@ -1,4 +1,3 @@
 test-drop.t
-test-inhibit.t
 test-simple4server.t
 tests/test-simple4server-bundle2.t
--- a/setup.py	Sat Jun 20 11:24:14 2020 +0530
+++ b/setup.py	Fri Jul 10 09:51:25 2020 +0800
@@ -1,4 +1,3 @@
-import os
 from distutils.core import setup
 from os.path import dirname, join
 
@@ -34,10 +33,6 @@
 
 py_versions = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4'
 
-if os.environ.get('INCLUDE_INHIBIT'):
-    py_modules.append('hgext3rd.evolve.hack.inhibit')
-    py_modules.append('hgext3rd.evolve.hack.directaccess')
-
 setup(
     name='hg-evolve',
     version=get_version(),