-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: test suite for Django 2.2 (#650)
* fix django 2.2 tests * Update dj22_cms37.txt * Update dj22_cms38.txt * Update dj22_cms40.txt * Update dj31_cms38.txt * Update settings.py * Update frontend.yml * Enable frontend tests
- Loading branch information
Showing
6 changed files
with
7 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,6 @@ jobs: | |
node-version: ${{ matrix.node-version }} | ||
- name: Install gulp | ||
run: npm install -g [email protected] | ||
- name: Install npm | ||
run: npm install --location=global npm@latest | ||
- name: Install dependencies | ||
run: npm install | ||
# - name: Run gulp | ||
|
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,4 +1,6 @@ | ||
-r base.txt | ||
django-mptt | ||
django-treebeard<4.5 | ||
|
||
Django>=2.2,<3.0 | ||
django-cms>=3.7,<3.8 |
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,4 +1,6 @@ | ||
-r base.txt | ||
django-mptt | ||
django-treebeard<4.5 | ||
|
||
Django>=2.2,<3.0 | ||
django-cms>=3.8,<3.9 |
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,4 +1,6 @@ | ||
-r base.txt | ||
django-mptt | ||
django-treebeard<4.5 | ||
|
||
Django>=2.2,<2.3 | ||
git+https://github.com/django-cms/django-cms@release/4.0.x#egg=django-cms |
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,4 +1,5 @@ | ||
-r base.txt | ||
django-mptt | ||
|
||
Django>=3.1,<3.2 | ||
django-cms>=3.8,<3.9 |
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