Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
explicitly vendor setuptools into the predeps, to ensure that pip isn…
…'t getting corrupted along the way
  • Loading branch information
scbedd committed Jun 23, 2020
commit 1d7e42e9717c817944834e6fcafaec9192b4ff5d
2 changes: 2 additions & 0 deletions eng/tox/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ ignore_args=--ignore=.tox --ignore=build --ignore=.eggs
default_pytest_params = --junitxml={toxinidir}/test-junit-{envname}.xml --verbose --durations=10 --ignore=azure {[testenv]ignore_args}
parallel_show_output =True
pre-deps =
setuptools==44.1.0; python_version == '2.7'
setuptools==45.1.0; python_version >= '3.5'
wheel
skip_install = true
skipsdist = true
Expand Down