diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2018-03-02 15:22:34 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-16 19:27:24 -0700 |
commit | 3c9af2142d30b38536742045fd1b8130b7c3ab64 (patch) | |
tree | bb173296e2d5cd8b8a2e31e11fecac3b384f0951 /meta-python/recipes-devtools/python/python-robotframework.inc | |
parent | 933cef83ebab893c9f6cf3f2ea8a830a23bc65cc (diff) | |
download | meta-openembedded-3c9af2142d30b38536742045fd1b8130b7c3ab64.tar.gz |
python-pytest.inc: add ${PYTHON_PN}-doctest to RDEPENDS
If pytest fallsback to pdb, it needs python-doctest module or
else it fails with:
Traceback (most recent call last):
File \"/usr/bin/pytest\", line 11, in <module>
load_entry_point('pytest==3.4.1', 'console_scripts', 'pytest')()
File \"/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py\", line 572, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File \"/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py\", line 2755, in load_entry_point
return ep.load()
File \"/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py\", line 2408, in load
return self.resolve()
File \"/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py\", line 2414, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File \"/usr/lib64/python3.5/site-packages/pytest.py\", line 17, in <module>
from _pytest.debugging import pytestPDB as __pytestPDB
File \"/usr/lib64/python3.5/site-packages/_pytest/debugging.py\", line 5, in <module>
from doctest import UnexpectedException
ImportError: No module named 'doctest'
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-robotframework.inc')
0 files changed, 0 insertions, 0 deletions