From c5b7e5071709bebb034ab48a0a6a63054ff6e513 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Thu, 25 Nov 2010 09:12:59 +0000
Subject: [PATCH]  - remove ugly, developer oriented hack (not approved)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40649 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/tests/assertSoftware.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/buildout/tests/assertSoftware.py b/buildout/tests/assertSoftware.py
index ef2c6b20fc..f0dc59295d 100644
--- a/buildout/tests/assertSoftware.py
+++ b/buildout/tests/assertSoftware.py
@@ -1467,10 +1467,6 @@ class AssertPysvn(AssertSoftwareMixin):
 
 class AssertElfLinkedInternally(AssertSoftwareMixin):
   def test(self):
-    if os.environ.get('SKIP_ASSERT_LINKED_INTERNALLY', '0') != '0':
-      # allows developers to skip long test (portable way to being able run on
-      # ancient pythons)
-      return
     result_dict = {}
     root = os.path.join(os.path.abspath(os.curdir), 'parts')
     for dirpath, dirlist, filelist in os.walk(root):
-- 
2.30.9