From fd5a8fca0c420ffbf237050c937848195014f8bd Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Fri, 8 Apr 2022 12:38:41 -0600 Subject: [PATCH] adding mypy ignore --- tests/fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fixtures.py b/tests/fixtures.py index 108cebf151..b9b2dd1dbd 100644 --- a/tests/fixtures.py +++ b/tests/fixtures.py @@ -711,7 +711,7 @@ def parametrize(params, values, **kwargs): ] -FEATURE_COUNT_TESTS_DOTNET = [] +FEATURE_COUNT_TESTS_DOTNET = [] #type: ignore def do_test_feature_presence(get_extractor, sample, scope, feature, expected):