Merge pull request #1576 from ogayot/revert-tracemalloc

Revert "Enable tracemalloc in integration tests with at most 3 frames" to speed up integration tests
This commit is contained in:
Olivier Gayot 2023-02-27 09:25:27 +01:00 committed by GitHub
commit b2d896c1d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
set -eux set -eux
export PYTHONPATH=$PWD:$PWD/probert:$PWD/curtin export PYTHONPATH=$PWD:$PWD/probert:$PWD/curtin
export PYTHONTRACEMALLOC=3
RELEASE=$(lsb_release -rs) RELEASE=$(lsb_release -rs)