jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1108149?usp=email )
Change subject: tests: memento is not deterministic, therefore the result cannot be tested ......................................................................
tests: memento is not deterministic, therefore the result cannot be tested
Change-Id: Ifa2fc0114e49e23efd63886e782e5bfae9e2b9e3 --- M tests/memento_tests.py 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/memento_tests.py b/tests/memento_tests.py index 84f8d5c..c12eac5 100755 --- a/tests/memento_tests.py +++ b/tests/memento_tests.py @@ -52,8 +52,6 @@ date_string=dt) parsed = urlparse(archivedversion) self.assertIn(parsed.scheme, ['http', 'https']) - self.assertIn(parsed.netloc, ['wayback.library.yorku.ca', - 'web.archive.org'])
class TestMementoDefault(MementoTestCase):
pywikibot-commits@lists.wikimedia.org