From 20dea035092fd12c9d72ddc416028bb12d01aa90 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 15 Oct 2019 16:16:55 +0200 Subject: [PATCH] Optimize sqlite (#47) --- python/3.6/Dockerfile | 1 + python/3.7/Dockerfile | 1 + python/3.8/Dockerfile | 1 + 3 files changed, 3 insertions(+) diff --git a/python/3.6/Dockerfile b/python/3.6/Dockerfile index 67849de..c6df359 100644 --- a/python/3.6/Dockerfile +++ b/python/3.6/Dockerfile @@ -115,6 +115,7 @@ RUN set -ex \ test_pprint \ test_re \ test_set \ + test_sqlite \ test_statistics \ test_struct \ test_tabnanny \ diff --git a/python/3.7/Dockerfile b/python/3.7/Dockerfile index a91b24d..b409cb5 100644 --- a/python/3.7/Dockerfile +++ b/python/3.7/Dockerfile @@ -115,6 +115,7 @@ RUN set -ex \ test_pprint \ test_re \ test_set \ + test_sqlite \ test_statistics \ test_struct \ test_tabnanny \ diff --git a/python/3.8/Dockerfile b/python/3.8/Dockerfile index 63e1f0d..11fe221 100644 --- a/python/3.8/Dockerfile +++ b/python/3.8/Dockerfile @@ -115,6 +115,7 @@ RUN set -ex \ test_pprint \ test_re \ test_set \ + test_sqlite \ test_statistics \ test_struct \ test_tabnanny \