From 17f9ca154b47f1e21797d25435e25676fdca284c Mon Sep 17 00:00:00 2001 From: Milan KubĂ­k Date: Thu, 19 Nov 2015 16:07:29 +0100 Subject: Separated Tracker implementations into standalone package The previous way of implementing trackers in the module with the test caused circular imports. The separate package resolves this issue. https://fedorahosted.org/freeipa/ticket/5467 Reviewed-By: Ales 'alich' Marecek --- ipatests/setup.py.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ipatests/setup.py.in') diff --git a/ipatests/setup.py.in b/ipatests/setup.py.in index afc77ad56..ce1efb761 100644 --- a/ipatests/setup.py.in +++ b/ipatests/setup.py.in @@ -76,7 +76,8 @@ def setup_package(): "ipatests.test_ipaserver.test_install", "ipatests.test_pkcs10", "ipatests.test_webui", - "ipatests.test_xmlrpc"], + "ipatests.test_xmlrpc", + "ipatests.test_xmlrpc.tracker"], scripts=['ipa-run-tests', 'ipa-test-config', 'ipa-test-task'], package_data = { 'ipatests': ['pytest.ini'], -- cgit