From ee512264809990b52166bd0d0485fb56224fe414 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 11 Jun 2025 18:29:24 -0400 Subject: [PATCH] Type annot the `testdir` fixture --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index ca175a05..b84f4105 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -103,7 +103,7 @@ def sig_prog( def daemon( debug_mode: bool, loglevel: str, - testdir, + testdir: pytest.Pytester, reg_addr: tuple[str, int], tpt_proto: str,