* [PATCH] add python3-nose to RDEPENDS
@ 2019-11-05 3:10 Hongxu Jia
2019-11-05 3:12 ` [PATCH V2] python3-git: " Hongxu Jia
2019-11-05 6:02 ` ✗ patchtest: failure for " Patchwork
0 siblings, 2 replies; 4+ messages in thread
From: Hongxu Jia @ 2019-11-05 3:10 UTC (permalink / raw)
To: openembedded-core
$>>> import git.test.lib
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3/dist-packages/git/test/lib/__init__.py", line 9, in <module>
from .asserts import *
File "/usr/lib/python3/dist-packages/git/test/lib/asserts.py", line 10, in <module>
from nose.tools import (
ModuleNotFoundError: No module named 'nose'
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
meta/recipes-devtools/python/python3-git_3.0.2.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/python/python3-git_3.0.2.bb b/meta/recipes-devtools/python/python3-git_3.0.2.bb
index 9dd753db4f..7c6cda8cd4 100644
--- a/meta/recipes-devtools/python/python3-git_3.0.2.bb
+++ b/meta/recipes-devtools/python/python3-git_3.0.2.bb
@@ -27,6 +27,7 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-stringold \
${PYTHON_PN}-unittest \
${PYTHON_PN}-unixadmin \
+ ${PYTHON_PN}-nose \
git \
"
--
2.23.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH V2] python3-git: add python3-nose to RDEPENDS
2019-11-05 3:10 [PATCH] add python3-nose to RDEPENDS Hongxu Jia
@ 2019-11-05 3:12 ` Hongxu Jia
2019-11-05 10:41 ` Ross Burton
2019-11-05 6:02 ` ✗ patchtest: failure for " Patchwork
1 sibling, 1 reply; 4+ messages in thread
From: Hongxu Jia @ 2019-11-05 3:12 UTC (permalink / raw)
To: openembedded-core
$>>> import git.test.lib
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3/dist-packages/git/test/lib/__init__.py", line 9, in <module>
from .asserts import *
File "/usr/lib/python3/dist-packages/git/test/lib/asserts.py", line 10, in <module>
from nose.tools import (
ModuleNotFoundError: No module named 'nose'
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
meta/recipes-devtools/python/python3-git_3.0.2.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/python/python3-git_3.0.2.bb b/meta/recipes-devtools/python/python3-git_3.0.2.bb
index 9dd753db4f..7c6cda8cd4 100644
--- a/meta/recipes-devtools/python/python3-git_3.0.2.bb
+++ b/meta/recipes-devtools/python/python3-git_3.0.2.bb
@@ -27,6 +27,7 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-stringold \
${PYTHON_PN}-unittest \
${PYTHON_PN}-unixadmin \
+ ${PYTHON_PN}-nose \
git \
"
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH V2] python3-git: add python3-nose to RDEPENDS
2019-11-05 3:12 ` [PATCH V2] python3-git: " Hongxu Jia
@ 2019-11-05 10:41 ` Ross Burton
0 siblings, 0 replies; 4+ messages in thread
From: Ross Burton @ 2019-11-05 10:41 UTC (permalink / raw)
To: openembedded-core
On 05/11/2019 03:12, Hongxu Jia wrote:
> $>>> import git.test.lib
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> File "/usr/lib/python3/dist-packages/git/test/lib/__init__.py", line 9, in <module>
> from .asserts import *
> File "/usr/lib/python3/dist-packages/git/test/lib/asserts.py", line 10, in <module>
> from nose.tools import (
> ModuleNotFoundError: No module named 'nose'
Would it make sense to rip the test libraries into a separate package
(say, git-ptest) and add the dependencies there?
Ross
^ permalink raw reply [flat|nested] 4+ messages in thread
* ✗ patchtest: failure for add python3-nose to RDEPENDS
2019-11-05 3:10 [PATCH] add python3-nose to RDEPENDS Hongxu Jia
2019-11-05 3:12 ` [PATCH V2] python3-git: " Hongxu Jia
@ 2019-11-05 6:02 ` Patchwork
1 sibling, 0 replies; 4+ messages in thread
From: Patchwork @ 2019-11-05 6:02 UTC (permalink / raw)
To: Hongxu Jia; +Cc: openembedded-core
== Series Details ==
Series: add python3-nose to RDEPENDS
Revision: 1
URL : https://patchwork.openembedded.org/series/20911/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:
* Patch add python3-nose to RDEPENDS
Issue Shortlog does not follow expected format [test_shortlog_format]
Suggested fix Commit shortlog (first line of commit message) should follow the format "<target>: <summary>"
If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).
---
Guidelines: https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-11-05 10:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-05 3:10 [PATCH] add python3-nose to RDEPENDS Hongxu Jia
2019-11-05 3:12 ` [PATCH V2] python3-git: " Hongxu Jia
2019-11-05 10:41 ` Ross Burton
2019-11-05 6:02 ` ✗ patchtest: failure for " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox