From 67ab6a8257b690e8436f4b8f93a37b8dcb3af140 Mon Sep 17 00:00:00 2001
From: Nicolas Dandrimont <nicolas@dandrimont.eu>
Date: Mon, 7 Dec 2015 15:39:47 +0100
Subject: [PATCH] Don't disable tests in package build

---
 debian/rules | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3b342ab5..78afd004 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,3 @@ export PYBUILD_NAME=swh-model
 
 %:
 	dh $@ --with python3 --buildsystem=pybuild
-
-
-override_dh_auto_test:
-- 
GitLab