From b37b47d871571cd219020b8c55bb4b70a25ceb46 Mon Sep 17 00:00:00 2001 From: Daniel Wallace Date: Fri, 15 Mar 2019 12:22:55 -0500 Subject: [PATCH] what a weird error to see from this reverting to what this was previously because I dropped 2017.7 --- tests/conftest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index c03fab5..23a88c8 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -10,8 +10,7 @@ import textwrap # Import Salt Libraries -import yaml.parser -import salt.utils.yamlloader as yaml +import salt.utils.yaml as yaml # Import pytest libraries import pytest