Skip to content

Commit 3bbe381

Browse files
committed
Disable granular error positions (pep657) since those don't survive a tblib roundtrip anyway. In other words tblib doesn't support fine grained error locations, for now...
1 parent ba23e5f commit 3bbe381

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ basepython =
3232
setenv =
3333
PYTHONPATH={toxinidir}/tests
3434
PYTHONUNBUFFERED=yes
35+
PYTHONNODEBUGRANGES=yes
3536
passenv =
3637
*
3738
usedevelop = false

0 commit comments

Comments
 (0)