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

ModuleNotFoundError: No module named 'issue_model' #109

Closed
lukas-bednar opened this issue Oct 1, 2019 · 0 comments · Fixed by #110
Closed

ModuleNotFoundError: No module named 'issue_model' #109

lukas-bednar opened this issue Oct 1, 2019 · 0 comments · Fixed by #110

Comments

@lukas-bednar
Copy link
Member

  File "lib/python3.6/site-packages/importlib_metadata/__init__.py", line 92, in load
    module = import_module(match.group('module'))
  File "lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "lib/python3.6/site-packages/_pytest/assertion/rewrite.py", line 142, in exec_module
    exec(co, module.__dict__)
  File "lib/python3.6/site-packages/pytest_jira.py", line 22, in <module>
    from issue_model import JiraIssue, JiraIssueSchema
ModuleNotFoundError: No module named 'issue_model'
lukas-bednar added a commit that referenced this issue Oct 1, 2019
Fixes #109

Signed-off-by: Lukas Bednar <lbednar@redhat.com>
lukas-bednar added a commit that referenced this issue Oct 1, 2019
Fixes #109

Signed-off-by: Lukas Bednar <lbednar@redhat.com>
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 a pull request may close this issue.

1 participant