From be43c692cb27fbc1bf95834f23170a2d5df619ae Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [feature/flatten]" Date: Wed, 2 Sep 2020 12:44:50 +0000 Subject: Updating liguros repo --- .../files/python-openid-2.0.0-gentoo-test_fetchers.diff | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 dev-python/python-openid/files/python-openid-2.0.0-gentoo-test_fetchers.diff (limited to 'dev-python/python-openid/files/python-openid-2.0.0-gentoo-test_fetchers.diff') diff --git a/dev-python/python-openid/files/python-openid-2.0.0-gentoo-test_fetchers.diff b/dev-python/python-openid/files/python-openid-2.0.0-gentoo-test_fetchers.diff deleted file mode 100644 index 67587a98533a..000000000000 --- a/dev-python/python-openid/files/python-openid-2.0.0-gentoo-test_fetchers.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- openid/test/test_fetchers.py.orig 2007-06-07 15:53:38.000000000 -0700 -+++ openid/test/test_fetchers.py 2007-06-07 15:53:55.000000000 -0700 -@@ -8,6 +8,8 @@ - # XXX: make these separate test cases - - def failUnlessResponseExpected(expected, actual): -+ expected.final_url = expected.final_url.replace("localhost", "127.0.0.1") -+ actual.final_url = actual.final_url.replace("localhost", "127.0.0.1") - assert expected.final_url == actual.final_url, ( - "%r != %r" % (expected.final_url, actual.final_url)) - assert expected.status == actual.status -- cgit v1.3.1