From 09fa1f71aaccb11adc44ba6f8301d1bf0e9df668 Mon Sep 17 00:00:00 2001
From: Bert Palm <bert.palm@ufz.de>
Date: Wed, 24 Mar 2021 15:53:35 +0100
Subject: [PATCH] fixed deprecated todo in fuzzy testing

---
 tests/fuzzy/test_functions.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/tests/fuzzy/test_functions.py b/tests/fuzzy/test_functions.py
index 09d1f8484..56fe671c8 100644
--- a/tests/fuzzy/test_functions.py
+++ b/tests/fuzzy/test_functions.py
@@ -14,11 +14,6 @@ from tests.fuzzy.init import MAX_EXAMPLES, functionKwargs
 def callWontBreak(drawer, func_name: str):
     func = FUNC_MAP[func_name]
     kwargs = drawer.draw(functionKwargs(func))
-
-    # TODO: workaround until `flag` is explicitly exposed in signature
-    flag = drawer.draw(from_type(float))
-    kwargs.setdefault('flag', flag)
-
     func(**kwargs)
 
 
-- 
GitLab