Skip to content

Commit

Permalink
Set PIP_USE_PEP517 in installer command so as not to influence the te…
Browse files Browse the repository at this point in the history
…sts with that setting.
  • Loading branch information
jaraco committed Jan 22, 2020
1 parent 461ea40 commit e3a7874
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions tools/tox_pip.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def disable_python_requires():


def run(args):
os.environ['PIP_USE_PEP517'] = 'true'
if is_install_self(args):
remove_setuptools()
bootstrap()
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ install_command = {[helpers]pip} install {opts} {packages}
list_dependencies_command = {[helpers]pip} freeze --all
setenv =
COVERAGE_FILE={toxworkdir}/.coverage.{envname}
PIP_USE_PEP517=1
# TODO: The passed environment variables came from copying other tox.ini files
# These should probably be individually annotated to explain what needs them.
passenv=APPDATA HOMEDRIVE HOMEPATH windir APPVEYOR APPVEYOR_* CI CODECOV_* TRAVIS TRAVIS_* NETWORK_REQUIRED
Expand Down

0 comments on commit e3a7874

Please sign in to comment.