Don't try and install stuff from requirements.txt
This commit is contained in:
3
rakefile
3
rakefile
@@ -29,9 +29,6 @@ CLOBBER.include('build')
|
||||
CLEAN.include("#{BUILD_DIR}/*.deb", "#{BUILD_DIR}/util")
|
||||
|
||||
task :test do
|
||||
sh("pip install -r pre-requirements.txt")
|
||||
sh("pip install -r requirements.txt")
|
||||
sh("pip install -r test-requirements.txt")
|
||||
sh("django-admin.py test --settings=envs.test --pythonpath=. $(ls djangoapps)")
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user