This package is a dependency for T5182
Signed-off-by: Matthias Eliasson <matthias.eliasson@gmail.com>
Differential D1808
Initial commit for python-extras Authored by curantes on Dec 28 2017, 7:59 PM. Tags None Referenced Files
Details
This package is a dependency for T5182 Signed-off-by: Matthias Eliasson <matthias.eliasson@gmail.com> test installed, could not run unittests since the tests have dependeny for python-testtools which have this as depdency (dependency hell?!) :)
Diff Detail
Event Timeline
Comment Actions Changed to pytest3 to be used when we can activate testing for this package for python3 build Comment Actions I just noticed the path should be fixed too... Below is what I use. It is often required to set PYTHONPATH. The -v parameter is for verbose and is optional check : |
pushd $PKG_BUILD_DIR/py2build
PYTHONPATH=$PWD py.test -v
popd
pushd $PKG_BUILD_DIR/py3build
PYTHONPATH=$PWD py.test3 -v
popd
| ||||||||||||||||||||||||||||||||||||||||||||