From 2fe2f176888a60a74a9629347cee9697815afb64 Mon Sep 17 00:00:00 2001 From: Dmitri Bogomolov <4glitch@gmail.com> Date: Tue, 9 Feb 2021 17:58:31 +0200 Subject: [PATCH] Don't run tests when build deb --- stdeb.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/stdeb.cfg b/stdeb.cfg index f5421069..2027d18c 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -6,3 +6,4 @@ Depends: openssl, python-setuptools Recommends: apparmor, python-msgpack, python-qt4, python-stem, tor Suggests: python-pyopencl, python-jsonrpclib, python-defusedxml, python-qrcode Suite: bionic +Setup-Env-Vars: DEB_BUILD_OPTIONS=nocheck