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 401b962 commit 19d8b85Copy full SHA for 19d8b85
1 file changed
tests/unit/test_persistent_cache.py
@@ -66,7 +66,6 @@ def test_expiration(tmpdir):
66
@pytest.mark.parametrize(
67
"expire_time,sleep_time,should_exist",
68
[
69
- (1, 0.5, True), # Should not expire yet
70
(1, 1.5, False), # Should expire
71
(5, 2, True), # Should not expire yet
72
],
0 commit comments