Skip to content

Commit 8ff949e

Browse files
RonnyPfannschmidtbluetech
authored andcommitted
tox: pass more envs and set usedevelop=true
1 parent 4e039f3 commit 8ff949e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
envlist=py{37,38,39,310,311,pypy37},docs,linting
33
isolated_build = true
44
[testenv]
5+
usedevelop=true
56
deps=
67
pytest
78
pytest-timeout
8-
passenv = GITHUB_ACTIONS
9+
passenv = GITHUB_ACTIONS, HOME, USER, XDG_*
910
commands=
1011
python -m pytest {posargs:testing}
1112

0 commit comments

Comments
 (0)