393164
From 5bf37e237694ac7bf028f9129561d1265fd95621 Mon Sep 17 00:00:00 2001
393164
From: Alfredo Moralejo <amoralej@redhat.com>
393164
Date: Tue, 6 Feb 2018 16:57:17 +0000
393164
Subject: [PATCH] Skip unit test in packaging
393164
393164
Tarball from pypy does not provides tests.js file.
393164
---
393164
 tests.py | 1 +
393164
 1 file changed, 1 insertion(+)
393164
393164
diff --git a/tests.py b/tests.py
393164
index 548d28b..0386e29 100755
393164
--- a/tests.py
393164
+++ b/tests.py
393164
@@ -13,6 +13,7 @@ import sys
393164
 
393164
 class ApplyPatchTestCase(unittest.TestCase):
393164
 
393164
+    @unittest.skip("Skipping in packaging")
393164
     def test_js_file(self):
393164
         with open('./tests.js', 'r') as f:
393164
             tests = json.load(f)
393164
-- 
393164
1.8.3.1
393164