From 8e169f2a06c5ab2d25351110e453b999dc550055 Mon Sep 17 00:00:00 2001 From: Cruz Monrreal II Date: Wed, 23 Jan 2019 22:46:43 -0600 Subject: [PATCH] Increased path for spm include. Py3 tests were not running as a result --- tools/test/spm/test_generate_partition_code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test/spm/test_generate_partition_code.py b/tools/test/spm/test_generate_partition_code.py index 7726e3a84f..245dcd6f57 100644 --- a/tools/test/spm/test_generate_partition_code.py +++ b/tools/test/spm/test_generate_partition_code.py @@ -23,7 +23,7 @@ import jsonschema.exceptions as jexcep import pytest from jinja2.defaults import DEFAULT_FILTERS -from test_data import * +from tools.test.spm.test_data import * from tools.spm.generate_partition_code import * # Imported again as a module for monkey-patching