X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=tox.ini;h=7cbc5e41a0c887c392699e902579aeddacf835ec;hp=84ae5a5e1f58b3a572458ea1530fc750d2f10ee4;hb=3f200ce7ae627a036203c4d65502d96fe941fbb7;hpb=91f3d5b7d08be5ca9cda4fc931f1fff0a7231811 diff --git a/tox.ini b/tox.ini index 84ae5a5..7cbc5e4 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,6 @@ ignore_basepython_conflict = True 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 @@ -21,7 +20,7 @@ install_command = pip install {opts} {packages} # calling imp instead of importlib so probably not while we still support 3.6 setenv = PYTHONWARNINGS=default::DeprecationWarning - VIRTUALENV_CREATOR=venv + VIRTUALENV_CREATOR = venv commands = mudpy_selftest mudpy/tests/fixtures/test_daemon.yaml [testenv:bandit] @@ -86,4 +85,4 @@ commands = [flake8] show-source = True -exclude=.git,.tox,*lib/python*,*egg,build +exclude = .git, .tox, *lib/python*, *egg, build