Skip to content

Commit

Permalink
CI: run with PYTHONDEVMODE=1
Browse files Browse the repository at this point in the history
Signed-off-by: Aarni Koskela <[email protected]>
  • Loading branch information
akx committed Dec 21, 2023
1 parent 4a049e8 commit f3a998f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ commands =
make -C test test
# TODO (cclauss) Fix up all these undefined names
flake8 . --count --exit-zero --select=F821 --show-source --statistics
env =
PYTHONDEVMODE=1

# On older Python, flake8 version 4 fail with:
# RecursionError: maximum recursion depth exceeded
Expand Down

0 comments on commit f3a998f

Please sign in to comment.