From 7ebf96af1bdcd0336c4c93b1e6a5e479ff74fa07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20De=20Ara=C3=BAjo?= Date: Fri, 24 Jan 2025 15:46:24 +0000 Subject: [PATCH] remove comment --- ddtrace/contrib/internal/pytest/_plugin_v1.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ddtrace/contrib/internal/pytest/_plugin_v1.py b/ddtrace/contrib/internal/pytest/_plugin_v1.py index 3c27dd7d44f..d45a925f773 100644 --- a/ddtrace/contrib/internal/pytest/_plugin_v1.py +++ b/ddtrace/contrib/internal/pytest/_plugin_v1.py @@ -454,7 +454,6 @@ def pytest_configure(config): deprecate( "this version of the pytest ddtrace plugin is deprecated", message="remove _DD_PYTEST_USE_LEGACY_PLUGIN from your environment to use the currently supported version.", - # removal_version="3.0.0", category=DDTraceDeprecationWarning, ) unpatch_unittest()