Skip to content

Commit 77169d5

Browse files
committed
fix ty
1 parent bc2318a commit 77169d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_intl/test_intl.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,8 @@ def mock_write_mo(self, locale, use_fuzzy=False):
877877
_set_mtime_ns(self.mo_path, time.time_ns())
878878

879879
# see: https://github.com/pytest-dev/pytest/issues/363
880-
with pytest.MonkeyPatch.context() as mock:
880+
# see: https://github.com/astral-sh/ty/issues/1787
881+
with pytest.MonkeyPatch.context() as mock: # ty: ignore[missing-argument]
881882
clock: _MockClock
882883
if os.name == 'posix':
883884
clock = _MockUnixClock()

0 commit comments

Comments
 (0)