diff --git a/py/test/collect.py b/py/test/collect.py index db6d67d87..9edad0c3d 100644 --- a/py/test/collect.py +++ b/py/test/collect.py @@ -500,9 +500,6 @@ def getrelpath(curdir, dest): return dest -def depwarn(msg): - APIWARN("1.0", msg, stacklevel=2) - def warnoldcollect(): APIWARN("1.0", "implement collector.collect() instead of "