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

modules.inspectlib.kiwiproc: import gate lxml #34075

Merged
merged 1 commit into from
Jun 17, 2016

Conversation

jfindlay
Copy link
Contributor

What does this PR do?

Fix this failing test:

unittest2.loader._FailedTest.inspect_collector_test (from unittest2.loader._FailedTest-20160616214205)

Error Message

...

Stacktrace

Traceback (most recent call last):
ImportError: Failed to import test module: unit.modules.inspect_collector_test
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/unittest2/loader.py", line 456, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python2.6/site-packages/unittest2/loader.py", line 395, in _get_module_from_name
    __import__(name)
  File "/testing/tests/unit/modules/inspect_collector_test.py", line 18, in <module>
    from salt.modules.inspectlib.collector import Inspector
  File "/testing/salt/modules/inspectlib/collector.py", line 27, in <module>
    from salt.modules.inspectlib import kiwiproc
  File "/testing/salt/modules/inspectlib/kiwiproc.py", line 20, in <module>
    from lxml import etree
ImportError: No module named lxml

Standard Output

Standard Error

What issues does this PR fix or reference?

Tests written?

No

@thatch45 thatch45 merged commit 9da592a into saltstack:2016.3 Jun 17, 2016
@jfindlay jfindlay deleted the import_xml branch June 17, 2016 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants