Skip to content

Commit 603536e

Browse files
committed
Add type ignores
1 parent cabcb39 commit 603536e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def test_pulsar_server(global_conf={}, app_conf={}, test_conf={}):
277277
yield test_pulsar_server
278278

279279

280-
test_pulsar_server.__test__ = False
280+
test_pulsar_server.__test__ = False # type:ignore[attr-defined]
281281

282282

283283
class RestartablePulsarAppProvider:
@@ -353,7 +353,7 @@ def test_pulsar_app(
353353
pass
354354

355355

356-
test_pulsar_app.__test__ = False
356+
test_pulsar_app.__test__ = False # type:ignore[attr-defined]
357357

358358

359359
@contextmanager

0 commit comments

Comments
 (0)