-
-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is the simplest way to fix Jinja testing without having to do requirements shenanigans. Python 2.7+Django 1.11 may still work, but we will no longer guarantee support for that combination of Python and Django. Additionally, we are now using the latest version of django-jinja in our testing.
- Loading branch information
Showing
6 changed files
with
16 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# These are the requirements for Travis, e.g. we don't specify Django | ||
# versions. | ||
mock==1.3.0 | ||
dj-database-url==0.5.0 | ||
django-jinja>=2.4.1,<3 | ||
Jinja2>=2.7.1 | ||
mock==1.3.0 | ||
psycopg2-binary>=2.7.7 | ||
|
||
transifex-client |
This file was deleted.
Oops, something went wrong.