From d6694a8cb61a9d2c6e9547618010f05bb0892480 Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" Date: Wed, 18 Jul 2018 14:13:22 +0200 Subject: [PATCH] debian: Fix tests during debian packaging The api response json files used in tests were missing from the sdist tarball created for package purposes, resulting in test failures. Related T1137 Related T1138 --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 81c908b..7ccb237 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,3 +4,4 @@ include requirements.txt include requirements-swh.txt include requirements-test.txt include version.txt +recursive-include swh/lister/*/tests/ *.json