Fix: tests: use local typing.py for Python 3.5
[babeltrace.git] / tests / utils / utils.sh
index da389f38b34068253113faa3b1f24ba83b97c9ca..e2b730923685828301a158ecbba35a19e3fc1402 100644 (file)
@@ -309,7 +309,7 @@ check_coverage() {
 run_python() {
        local our_pythonpath="${BT_TESTS_SRCDIR}/utils/python"
 
-       if [[ $BT_TESTS_PYTHON_VERSION = 3.4 ]]; then
+       if [[ $BT_TESTS_PYTHON_VERSION =~ 3.[45] ]]; then
                # Add a local directory containing a `typing.py` to `PYTHONPATH` for
                # Python 3.4 which doesn't offer the `typing` module.
                our_pythonpath="$our_pythonpath:${BT_TESTS_SRCDIR}/utils/python/typing"
This page took 0.023648 seconds and 4 git commands to generate.