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