All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] selftest/devtool: fix URI to MarkupSafe package
@ 2019-06-12 23:02 Oleksandr Kravchuk
  2019-06-12 23:30 ` ✗ patchtest: failure for selftest/devtool: fix URI to MarkupSafe package (rev2) Patchwork
  0 siblings, 1 reply; 2+ messages in thread
From: Oleksandr Kravchuk @ 2019-06-12 23:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Oleksandr Kravchuk

PyPi packages are now hosted at files.pythonhosted.org.

[YOCTO Bug #13243]

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 meta/lib/oeqa/selftest/cases/devtool.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py
index 434a7b9dd4..904ff6988b 100644
--- a/meta/lib/oeqa/selftest/cases/devtool.py
+++ b/meta/lib/oeqa/selftest/cases/devtool.py
@@ -393,7 +393,7 @@ class DevtoolAddTests(DevtoolBase):
         tempdir = tempfile.mkdtemp(prefix='devtoolqa')
         self.track_for_cleanup(tempdir)
         testver = '0.23'
-        url = 'https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-%s.tar.gz' % testver
+        url = 'https://files.pythonhosted.org/packages/c0/41/bae1254e0396c0cc8cf1751cb7d9afc90a602353695af5952530482c963f/MarkupSafe-%s.tar.gz' % testver
         testrecipe = 'python-markupsafe'
         srcdir = os.path.join(tempdir, testrecipe)
         # Test devtool add
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* ✗ patchtest: failure for selftest/devtool: fix URI to MarkupSafe package (rev2)
  2019-06-12 23:02 [PATCH v2] selftest/devtool: fix URI to MarkupSafe package Oleksandr Kravchuk
@ 2019-06-12 23:30 ` Patchwork
  0 siblings, 0 replies; 2+ messages in thread
From: Patchwork @ 2019-06-12 23:30 UTC (permalink / raw)
  To: Oleksandr Kravchuk; +Cc: openembedded-core

== Series Details ==

Series: selftest/devtool: fix URI to MarkupSafe package (rev2)
Revision: 2
URL   : https://patchwork.openembedded.org/series/18124/
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            [v2] selftest/devtool: fix URI to MarkupSafe package
 Issue             Yocto Project bugzilla tag is not correctly formatted [test_bugzilla_entry_format] 
  Suggested fix    Specify bugzilla ID in commit description with format: "[YOCTO #<bugzilla ID>]"



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] 2+ messages in thread

end of thread, other threads:[~2019-06-12 23:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-12 23:02 [PATCH v2] selftest/devtool: fix URI to MarkupSafe package Oleksandr Kravchuk
2019-06-12 23:30 ` ✗ patchtest: failure for selftest/devtool: fix URI to MarkupSafe package (rev2) Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.