Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
3603ede5
Commit
3603ede5
authored
Dec 09, 2015
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10870 from edx/ned/new-xblock
Update XBlock to 0.4.4 (just a packaging change)
parents
b9bfe11e
02fa9c10
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
pavelib/quality.py
+3
-5
requirements/edx/github.txt
+1
-1
No files found.
pavelib/quality.py
View file @
3603ede5
...
...
@@ -50,8 +50,7 @@ def find_fixme(options):
apps_list
=
' '
.
join
(
top_python_dirs
(
system
))
pythonpath_prefix
=
(
"PYTHONPATH={system}:{system}/lib"
"common/djangoapps:common/lib"
.
format
(
"PYTHONPATH={system}/djangoapps:common/djangoapps:common/lib"
.
format
(
system
=
system
)
)
...
...
@@ -105,8 +104,7 @@ def run_pylint(options):
apps_list
=
' '
.
join
(
top_python_dirs
(
system
))
pythonpath_prefix
=
(
"PYTHONPATH={system}:{system}/djangoapps:{system}/"
"lib:common/djangoapps:common/lib"
.
format
(
"PYTHONPATH={system}/djangoapps:common/djangoapps:common/lib"
.
format
(
system
=
system
)
)
...
...
@@ -446,7 +444,7 @@ def run_quality(options):
jshint_reports
=
u' '
.
join
(
jshint_files
)
pythonpath_prefix
=
(
"PYTHONPATH=$PYTHONPATH:lms:lms/djangoapps:
lms/lib:cms:cms/djangoapps:cms/lib
:"
"PYTHONPATH=$PYTHONPATH:lms:lms/djangoapps:
cms:cms/djangoapps
:"
"common:common/djangoapps:common/lib"
)
...
...
requirements/edx/github.txt
View file @
3603ede5
...
...
@@ -71,7 +71,7 @@ git+https://github.com/edx/rfc6266.git@v0.0.5-edx#egg=rfc6266==0.0.5-edx
git+https://github.com/edx/lettuce.git@0.2.20.002#egg=lettuce==0.2.20.002
# Our libraries:
-e git+https://github.com/edx/XBlock.git@xblock-0.4.2#egg=XBlock==0.4.2
git+https://github.com/edx/XBlock.git@xblock-0.4.4#egg=XBlock==0.4.4
-e git+https://github.com/edx/codejail.git@6b17c33a89bef0ac510926b1d7fea2748b73aadd#egg=codejail
-e git+https://github.com/edx/js-test-tool.git@v0.1.6#egg=js_test_tool
-e git+https://github.com/edx/event-tracking.git@0.2.1#egg=event-tracking==0.2.1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment