Skip to content

Commit

Permalink
Install Django v2.1.8
Browse files Browse the repository at this point in the history
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 coala#243
  • Loading branch information
KVGarg committed May 19, 2019
1 parent 9d9f838 commit 9a7b5f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .moban.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9a7b5f4

Please sign in to comment.