From b89d183433e0dc7d58b633356e90ce59c5f9f944 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Mon, 4 Apr 2016 14:18:52 -0400 Subject: [PATCH] Import pytest for skipping settings tests --- awx/main/tests/old/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awx/main/tests/old/settings.py b/awx/main/tests/old/settings.py index 93ce2963a1..3c507ac992 100644 --- a/awx/main/tests/old/settings.py +++ b/awx/main/tests/old/settings.py @@ -1,6 +1,8 @@ # Copyright (c) 2016 Ansible, Inc. # All Rights Reserved. +import pytest + from awx.main.tests.base import BaseTest from awx.main.models import * # noqa