summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-04-01 17:59:08 -0700
committerMicah Lee <micah@micahflee.com>2020-04-01 17:59:08 -0700
commit72d79cdfe5c86f07f67565c43aa586c1518b0d82 (patch)
tree2266a9535542f9b943aa7a1351af9048b8636f81 /tests
parentd417754e4542085244fa1d35b9b561ca8d983b5e (diff)
downloadonionshare-72d79cdfe5c86f07f67565c43aa586c1518b0d82.tar.gz
onionshare-72d79cdfe5c86f07f67565c43aa586c1518b0d82.zip
Revert "Enable stacktraces of segfaults when running tests"
This reverts commit 145021b2e52083fd91cfa9ee2562f05375c125cb.
Diffstat (limited to 'tests')
-rw-r--r--tests/conftest.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 53d52725..200f526d 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -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