Skip to content

Commit b158a3e

Browse files
committed
Add passenv=*. Fixes pypy error: setupterm: could not find terminfo database.
1 parent ff3cd06 commit b158a3e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ci/templates/tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ envlist =
1212
setenv =
1313
PYTHONPATH={toxinidir}/tests
1414
PYTHONUNBUFFERED=yes
15+
passenv =
16+
*
1517
deps =
1618
pytest
1719
pytest-capturelog

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ envlist =
6565
setenv =
6666
PYTHONPATH={toxinidir}/tests
6767
PYTHONUNBUFFERED=yes
68+
passenv =
69+
*
6870
deps =
6971
pytest
7072
pytest-capturelog

0 commit comments

Comments
 (0)