Skip to content
Snippets Groups Projects
Commit 6464c984 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

cleanup

parent 70f2fe26
Branches speedup-tests
No related tags found
1 merge request!57Speedup tests
Pipeline #115225 canceled
......@@ -69,8 +69,6 @@ def create_dummy_drugbank_compound(id_, smiles):
def my_install_cache():
backend = requests_cache.SQLiteCache(
os.path.join(settings.PERSISTENT_DIR, "tests_http_cache"),
# use_memory=True,
# use_temp=True,
)
requests_cache.install_cache(backend=backend)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment