From a32eac3f1150ee55b3c19965c0eae84e0c672e0b Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 8 Feb 2021 20:39:29 -0500 Subject: [PATCH] skip tests during debian build --- stdeb.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/stdeb.cfg b/stdeb.cfg index a07147e2..cd191a42 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -7,3 +7,4 @@ Suite3: focal Build-Depends: dh-python, python3-pip, python3-setuptools, python3-wheel, python3-stdeb Depends3: nodejs, chromium-browser, wget, curl, git, ffmpeg, youtube-dl, python3-atomicwrites, python3-croniter, python3-crontab, python3-dateparser, python3-django, python3-django-extensions, python3-django-jsonfield, python3-mypy-extensions, python3-requests, python3-w3lib, ripgrep XS-Python-Version: >= 3.7 +Setup-Env-Vars: DEB_BUILD_OPTIONS=nocheck