From 9a7b5f4a32831771ea3e5d1b9befd8e7311b886d Mon Sep 17 00:00:00 2001 From: kvgarg Date: Wed, 8 May 2019 14:29:25 +0530 Subject: [PATCH] Install Django v2.1.8 The Travis CI and netlify build was failing due to latest version Django installed v2.2.x, as it no longer supports sqlite v3.8.2 or below. Shifting from Django v2.1 to v2.2 is causing pytest failures due to new features support in v2.2.x. Therefore, sticking to Django v2.1 to avoid build and pytest failure. Closes https://github.com/coala/community/issues/243 --- .moban.yaml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.moban.yaml b/.moban.yaml index 988ae299..574c2d69 100644 --- a/.moban.yaml +++ b/.moban.yaml @@ -18,7 +18,7 @@ packages: dependencies: - git+https://gitlab.com/coala/coala-utils.git - git-url-parse - - django + - django>2.1,<2.2 - django-distill - django-eventtools - git+https://gitlab.com/gitmate/open-source/IGitt.git@1fa5a0a21ea4fb8739d467c06972f748717adbdc diff --git a/requirements.txt b/requirements.txt index e7adc75f..d2f46479 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ git+https://gitlab.com/coala/coala-utils.git git-url-parse -django +django>2.1,<2.2 django-distill django-eventtools git+https://gitlab.com/gitmate/open-source/IGitt.git@1fa5a0a21ea4fb8739d467c06972f748717adbdc