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