summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/test_upgrade.py (renamed from tests/integration/test_compat.py)2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/integration/test_compat.py b/tests/integration/test_upgrade.py
index a49cf39..162024e 100644
--- a/tests/integration/test_compat.py
+++ b/tests/integration/test_upgrade.py
@@ -6,8 +6,6 @@ from requests_cache import CachedSession
from tests.conftest import HTTPBIN_FORMATS, SAMPLE_CACHE_FILES, httpbin
-# TODO: Debug why this sometimes fails (mostly just on GitHub Actions)
-# @pytest.mark.flaky(reruns=3)
@pytest.mark.parametrize('db_path', SAMPLE_CACHE_FILES)
def test_version_upgrade(db_path, tempfile_path):
"""Load SQLite cache files created with older versions of requests-cache.