The install command we've been setting for tox is effectively
equivalent to its internal default. Just drop it.
description = run the functional selftest with optimized configuration
basepython = python3
usedevelop = True
-install_command = pip install {opts} {packages}
# TODO(fungi) Switch this to "error" once
# https://github.com/pypa/setuptools/issues/2086 and
# https://github.com/pypa/setuptools/issues/2466 are fixed in a new release of