From 69e1f941454b61cfce6ccb460980f343327dccf0 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 6 Oct 2024 13:54:47 -0500 Subject: [PATCH] Update tests/conftest.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 319ad78..89ac417 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -74,7 +74,7 @@ def pytest_addoption( """Define a new ``--c-extensions`` flag. This lets the callers deselect tests executed against the C-extension - version of the ``multidict`` implementation. + version of the ``propcache`` implementation. """ del pluginmanager