Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Do not use integrations-* requirements.txt
Browse files Browse the repository at this point in the history
Since it's likely not used.
  • Loading branch information
degemer committed Mar 30, 2017
1 parent 5b9c30e commit af5ed1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions lib/tasks/ci/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,6 @@ def can_skip?
sdk_dir = ENV['SDK_HOME'] || Dir.pwd

sh %(#{'python -m ' if Gem.win_platform?}#{pip_command} install --upgrade pip setuptools)
install_requirements('requirements.txt',
"--cache-dir #{ENV['PIP_CACHE']}",
"#{ENV['VOLATILE_DIR']}/ci.log", use_venv)
install_requirements('requirements-test.txt',
"--cache-dir #{ENV['PIP_CACHE']}",
"#{ENV['VOLATILE_DIR']}/ci.log", use_venv)
Expand Down
1 change: 0 additions & 1 deletion lib/tasks/sdk.rake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ task 'setup_env' do
`wget -q -O #{ENV['SDK_HOME']}/venv/get-pip.py https://bootstrap.pypa.io/get-pip.py`
`#{ENV['SDK_HOME']}/venv/bin/python #{ENV['SDK_HOME']}/venv/get-pip.py`
# these files should be part of the SDK repos (integrations-{core, extra}
`venv/bin/pip install -r #{ENV['SDK_HOME']}/requirements.txt` if File.exist?('requirements.txt')
`venv/bin/pip install -r #{ENV['SDK_HOME']}/requirements-test.txt` if File.exist?('requirements-test.txt')
# These deps are not really needed, so we ignore failures
ENV['PIP_COMMAND'] = "#{ENV['SDK_HOME']}/venv/bin/pip"
Expand Down

0 comments on commit af5ed1f

Please sign in to comment.