summaryrefslogtreecommitdiff
path: root/dev-python/python-openid/files
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-openid/files')
-rw-r--r--dev-python/python-openid/files/python-openid-2.0.0-gentoo-test_fetchers.diff11
-rw-r--r--dev-python/python-openid/files/python-openid-2.2.5-tests.patch10
2 files changed, 0 insertions, 21 deletions
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
diff --git a/dev-python/python-openid/files/python-openid-2.2.5-tests.patch b/dev-python/python-openid/files/python-openid-2.2.5-tests.patch
deleted file mode 100644
index e5d17463ac95..000000000000
--- a/dev-python/python-openid/files/python-openid-2.2.5-tests.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- admin/runtests.orig 2016-01-01 03:32:55.835000000 +0000
-+++ admin/runtests 2016-01-01 03:32:59.163000000 +0000
-@@ -93,7 +93,6 @@
- 'test_htmldiscover',
- 'test_nonce',
- 'test_openidyadis',
-- 'test_parsehtml',
- 'test_urinorm',
- 'test_yadis_discover',
- 'trustroot',