-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #293 from open-craft/agrendalath/improve_ci
build: fix CI and simplify dev setup
- Loading branch information
Showing
17 changed files
with
83 additions
and
70 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,3 +57,5 @@ target/ | |
# IDEs | ||
.idea | ||
.idea/* | ||
|
||
test_helpers/ |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "xblock-sdk"] | ||
path = xblock-sdk | ||
url = https://github.com/openedx/xblock-sdk |
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
This file was deleted.
Oops, something went wrong.
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,9 +1,14 @@ | ||
mako==1.0.7 | ||
# FIXME: This pins Django to `1.11.29`. | ||
# Using Django 2.2 results in non-deterministc behavior of Selenium tests - they are randomly failing to find CSS selectors. | ||
edx-i18n-tools==0.4.7 | ||
pycodestyle==2.5.0 | ||
django-statici18n==1.8.0 | ||
django-statici18n==1.9.0 | ||
transifex-client==0.14.2 | ||
bleach==3.3.0 | ||
git+https://github.com/openedx/xblock-utils.git@v1.2.2#egg=xblock-utils==1.2.2 | ||
XBlock==1.2.6 | ||
bleach==3.3.1 | ||
xblock-utils==1.2.2 | ||
selenium==2.53.6 | ||
pylint==2.4.2 | ||
# HACK: This repo contains submodule with `xblock-sdk==0.1.9`, but it doesn't support `Django<2.2`. | ||
# We are using `0.1.9` (which introducted Python 3.8 compatibility) for installing dependencies, but `v0.1.8` for running tests. | ||
-e git+https://github.com/openedx/xblock-sdk.git@v0.1.8#egg=xblock-sdk | ||
-e . |
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
Submodule xblock-sdk
deleted from
0c9873
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
Submodule xblock-sdk
added at
446e97