Let's see if this is necessary any more.

This commit is contained in:
Itamar Turner-Trauring 2022-02-14 11:41:51 -05:00
parent 3ccd051473
commit d976524bb0

View File

@ -211,9 +211,6 @@ commands =
sphinx-build -W -b html -d {toxinidir}/docs/_build/doctrees {toxinidir}/docs {toxinidir}/docs/_build/html
[testenv:pyinstaller]
# We override this to pass --no-use-pep517 because pyinstaller (3.4, at least)
# is broken when this feature is enabled.
install_command = python -m pip install --no-use-pep517 {opts} {packages}
extras =
deps =
{[testenv]deps}