Revert "Enable stacktraces of segfaults when running tests"

This reverts commit b129ffba86d7423c2b6c5e5d5e79e11c719fd560.
This commit is contained in:
Micah Lee 2020-04-01 17:59:08 -07:00
parent acd41b3b70
commit b57292867e

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