diff --git a/tox.ini b/tox.ini index 131b80c9..11f19831 100644 --- a/tox.ini +++ b/tox.ini @@ -2,10 +2,11 @@ envlist=py{37,38,39,310,311,pypy37},docs,linting isolated_build = true [testenv] +usedevelop=true deps= pytest pytest-timeout -passenv = GITHUB_ACTIONS +passenv = GITHUB_ACTIONS, HOME, USER, XDG_* commands= python -m pytest {posargs:testing}