From 6a861e9d0f73dd2254c0eca0dd9e6a696a49658c Mon Sep 17 00:00:00 2001
From: Antonio Terceiro <asa@terceiro.xyz>
Date: Wed, 14 Aug 2019 14:59:51 -0300
Subject: [PATCH] fix autopkgtest

---
 debian/tests/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/control b/debian/tests/control
index 6091984..1bce822 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
-Test-Command: cp -r tests $AUTOPKGTEST_TMP && cd $AUTOPKGTEST_TMP/tests && ./manage.py test -v2 testapp
+Test-Command: cp -r tests $AUTOPKGTEST_TMP && cd $AUTOPKGTEST_TMP/tests && python3 manage.py test -v2 testapp
 Restrictions: allow-stderr
 Features: test-name=testsuite
-- 
GitLab