Skip to content

Commit 0c4d991

Browse files
committed
Run tests with PYTHONWARNDEFAULTENCODING for visibility of warnings such as those reported in #195.
1 parent 2dc1048 commit 0c4d991

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[tox]
22
envlist=py{37,38,39,310,311,pypy37},docs,linting
33
isolated_build = true
4+
45
[testenv]
56
usedevelop=true
7+
setenv =
8+
PYTHONWARNDEFAULTENCODING = 1
69
deps=
710
pytest
811
pytest-timeout

0 commit comments

Comments
 (0)