From 4047f091e79b08377912f3b6e313cf29b482d1d1 Mon Sep 17 00:00:00 2001 From: alfonsomthd Date: Mon, 12 Nov 2018 11:51:02 +0100 Subject: [PATCH] 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. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alfonso Martínez --- src/pybind/mgr/dashboard/requirements.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5