summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook.git@proton.me>2022-09-28 12:52:37 -0500
committerJordan Cook <jordan.cook.git@proton.me>2022-09-29 12:05:13 -0500
commitd3c7530b4a0d87d1b9bf9d1912f8846b6ee024de (patch)
treefa7562e7506849290e1d9ca51e23903f088e7f53 /tests
parent83641e2a7a5bd159da952fec56492f54cb7960a6 (diff)
downloadrequests-cache-d3c7530b4a0d87d1b9bf9d1912f8846b6ee024de.tar.gz
Rename 'test_compat' test module to 'test_upgrade' for disambiguation with other compatibility tests
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.