From dace33af88ff2bed993ca3a16e9ccb54fd0a2f0f Mon Sep 17 00:00:00 2001 From: Mikko Kotila Date: Fri, 28 Jan 2022 22:06:04 +0200 Subject: [PATCH] cleanup --- tests/commands/test_latest.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/commands/test_latest.py b/tests/commands/test_latest.py index 792aae8..9e358f3 100644 --- a/tests/commands/test_latest.py +++ b/tests/commands/test_latest.py @@ -1,5 +1,9 @@ def test_latest(): + import warnings + + warnings.simplefilter('ignore') + print('\n >>> start Latest Features... \n') import talos