Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue6474 fixups #295

Closed
wants to merge 3 commits into from
Closed

Issue6474 fixups #295

wants to merge 3 commits into from

Conversation

tiran
Copy link
Member

@tiran tiran commented Dec 1, 2016

Three small fixes that slipped through the review of #271.

  • ipatests for ipalib and ipapython no longer depend on ipaplatform
  • pylint fix for ipapython.certdb for client-only installations

https://fedorahosted.org/freeipa/ticket/6474

Signed-off-by: Christian Heimes <cheimes@redhat.com>
ipalib's env bootstrapping uses hard-coded defaults, too.

https://fedorahosted.org/freeipa/ticket/6474

Signed-off-by: Christian Heimes <cheimes@redhat.com>
ipaplatform is not available in PyPI wheel packages. The guard silences
a pylint error in wheel pylint tests.

https://fedorahosted.org/freeipa/ticket/6474

Signed-off-by: Christian Heimes <cheimes@redhat.com>
@stlaz stlaz self-assigned this Dec 1, 2016
@stlaz
Copy link
Contributor

stlaz commented Dec 1, 2016

There are some more ipaplatform imports left, some in test_xmlrpc, test_webui, test_install and test_cmdline (of which I think may interest you). Is it ok these are left there?

@tiran
Copy link
Member Author

tiran commented Dec 1, 2016

Yes, that is fine. The other tests all depend on ipaserver package or a running FreeIPA server anyway. ipatests for ipalib and ipapython allow me to run tests on the standalone packages.

(Peek preview: https://github.com/tiran/freeipa/blob/tox/tox.ini#L17 but don't tell anybody.)

@stlaz
Copy link
Contributor

stlaz commented Dec 1, 2016

Good :) The tests seem to pass, the changes are trivial, ACK.

@stlaz stlaz added the ack Pull Request approved, can be merged label Dec 1, 2016
@pvoborni pvoborni added the pushed Pull Request has already been pushed label Dec 2, 2016
@pvoborni pvoborni closed this Dec 2, 2016
@tiran tiran deleted the issue6474_fixups branch December 2, 2016 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ack Pull Request approved, can be merged pushed Pull Request has already been pushed
Projects
None yet
3 participants