From: alfonsomthd Date: Mon, 12 Nov 2018 10:51:02 +0000 (+0100) Subject: mgr/dashboard: add pytest plugin: faulthandler X-Git-Tag: v14.1.0~904^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F25053%2Fhead;p=ceph.git mgr/dashboard: add pytest plugin: faulthandler - Plugin for pytest that automatically enables the faulthandler module during tests. - Very useful when you run tests and face segmentation faults. Signed-off-by: Alfonso Martínez --- diff --git a/src/pybind/mgr/dashboard/requirements.txt b/src/pybind/mgr/dashboard/requirements.txt index 4517fc8597f..12d3ecb5604 100644 --- a/src/pybind/mgr/dashboard/requirements.txt +++ b/src/pybind/mgr/dashboard/requirements.txt @@ -24,6 +24,7 @@ pylint==1.8.2 pyopenssl==17.5.0 pytest==3.3.2 pytest-cov==2.5.1 +pytest-faulthandler==1.0.1 pytz==2017.3 requests==2.20.0 Routes==2.4.1