We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866a9d5 commit 855a00eCopy full SHA for 855a00e
tox.ini
@@ -22,6 +22,8 @@ setenv =
22
# Need this otherwise unittest installs a warning filter that overrides
23
# our desire to have OrangeDeprecationWarnings raised
24
PYTHONWARNINGS=module
25
+ # trace memory allocations
26
+ PYTHONTRACEMALLOC=1
27
# Skip loading of example workflows as that inflates coverage
28
SKIP_EXAMPLE_WORKFLOWS=True
29
# set coverage output and project config
0 commit comments