We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26bc625 commit 46244f6Copy full SHA for 46244f6
src/toggl_api/asyncio/_async_sqlite_cache.py
@@ -1,5 +1,4 @@
1
"""SQLite cache module."""
2
-# ruff: noqa: E402
3
4
from __future__ import annotations
5
tests/test_meta/test_cache.py
@@ -245,6 +245,7 @@ def test_query_parent(tmp_path):
245
246
247
# FIX:: Flaky test that will fail occasionally on windows testing.
248
+# NOTE: Suspicion that time accuracy is the causing issues.
249
@pytest.mark.unit
250
@pytest.mark.flaky(rerun_except="AssertionError", reruns=3)
251
def test_cache_sync(
0 commit comments