From b25f1e9c97d6b4e9e42d049f953c2c119621cc3b Mon Sep 17 00:00:00 2001 From: Alex Liberzon Date: Tue, 23 Jan 2018 23:47:01 +0200 Subject: [PATCH] include pyface Qt4 to test the locale bug I suggest to modify the test by including Qt4 bindings and failing the test if the locale.h is not resolved. --- py_bind/test/test_parameters_bindings.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/py_bind/test/test_parameters_bindings.py b/py_bind/test/test_parameters_bindings.py index ab6b1bea..5ab6188a 100644 --- a/py_bind/test/test_parameters_bindings.py +++ b/py_bind/test/test_parameters_bindings.py @@ -5,6 +5,10 @@ import numpy, os, shutil from numpy import r_ +from pyface.api import GUI +from traits.etsconfig.api import ETSConfig +ETSConfig.toolkit = 'qt4' + class Test_MultimediaParams(unittest.TestCase): def test_mm_np_instantiation(self):