Skip to content

Commit 855a00e

Browse files
committed
[nomerge] trace malloc
1 parent 866a9d5 commit 855a00e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ setenv =
2222
# Need this otherwise unittest installs a warning filter that overrides
2323
# our desire to have OrangeDeprecationWarnings raised
2424
PYTHONWARNINGS=module
25+
# trace memory allocations
26+
PYTHONTRACEMALLOC=1
2527
# Skip loading of example workflows as that inflates coverage
2628
SKIP_EXAMPLE_WORKFLOWS=True
2729
# set coverage output and project config

0 commit comments

Comments
 (0)