diff --git a/tox.ini b/tox.ini index 3de4072..77f59d9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,12 +1,10 @@ [tox] minversion = 3.1 envlist = linters, py3 -skipdist = True ignore_basepython_conflict = True [testenv] basepython = python3 -usedevelop = True deps = -r{toxinidir}/test-requirements.txt # TODO(fungi): work out a representative replay call with a suitable but # small test payload and target results comparison @@ -17,7 +15,7 @@ commands = commands = flake8 [testenv:docs] -whitelist_externals = rm +allowlist_externals = rm deps = -r{toxinidir}/doc/requirements.txt commands = rm -fr doc/build