From 94236cbb5e3d249bcd8deccacd19548e189d61a1 Mon Sep 17 00:00:00 2001 From: "Michael A. Smith" Date: Wed, 23 Dec 2020 09:15:13 -0500 Subject: [PATCH] Use Py38 in CircleCI pytest uses a hack for a problem with importlib in 3.6 and 3.7, but it doesn't always apply cleanly. Just updating to 3.8 works around the problem. https://github.com/pytest-dev/pytest/blob/master/setup.cfg#L52 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bf1192a..1e5dead 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 defaults: &defaults docker: - - image: circleci/python:3.6.6 + - image: circleci/python:3.8 working_directory: ~/flask-jwt-consumer jobs: