From 71a0a32ebf3b2ba4542966eecc78d9081177df30 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 5 Dec 2019 11:23:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Tests:=20Reduce=20useless=20warn?= =?UTF-8?q?ing=20messages=20a=20bit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 31798ee..dc77d09 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ PIP_INSTALL = pip3 install GIT_CLONE = git clone PYTHON = python3 +PYTEST_ARGS = -W 'ignore::DeprecationWarning' -W 'ignore::FutureWarning' # BEGIN-EVAL makefile-parser --make-help Makefile