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

comment out request_cache options

parent 1130feb5
No related branches found
No related tags found
1 merge request!57Speedup tests
Pipeline #115222 canceled
......@@ -69,8 +69,8 @@ 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,
# 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