From a33b25dea988aa34844869a8adc57d5cd396d3aa Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Fri, 10 Feb 2017 14:19:07 +0100 Subject: Enable additional warnings (BytesWarning, DeprecationWarning) Closes: https://fedorahosted.org/freeipa/ticket/6631 Signed-off-by: Christian Heimes Reviewed-By: Martin Basti Reviewed-By: Alexander Bokovoy --- ipatests/ipa-run-tests | 1 + 1 file changed, 1 insertion(+) (limited to 'ipatests') diff --git a/ipatests/ipa-run-tests b/ipatests/ipa-run-tests index cafd993fd..6b2070bdb 100755 --- a/ipatests/ipa-run-tests +++ b/ipatests/ipa-run-tests @@ -32,6 +32,7 @@ import sys import pytest +import ipalib import ipatests # This is set to store --with-xunit report in an accessible place: -- cgit