Revert "Enable stacktraces of segfaults when running tests"

This reverts commit 145021b2e52083fd91cfa9ee2562f05375c125cb.
This commit is contained in:
Micah Lee 2020-04-01 17:59:08 -07:00
parent d417754e45
commit 72d79cdfe5
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -1,8 +1,4 @@
import sys
import faulthandler
# Enable stacktraces of segmentation faults
faulthandler.enable(file=sys.stdout)
# Force tests to look for resources in the source code tree
sys.onionshare_dev_mode = True