summaryrefslogtreecommitdiff
path: root/dev-python/apptools
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-09-09 19:09:56 +0200
committerDavid Seifert <soap@gentoo.org>2016-09-11 10:48:11 +0200
commit87c1fa5f3da45bc33fd030547ae97895ad186305 (patch)
treebe6e96223d581a2b44f2130c1a6ac0865a2fa3d9 /dev-python/apptools
parent7b62b47d1018ba37baa2bc39b96f0137b05e8d11 (diff)
downloadgentoo-87c1fa5f3da45bc33fd030547ae97895ad186305.tar.gz
gentoo-87c1fa5f3da45bc33fd030547ae97895ad186305.tar.xz
dev-python/apptools: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2291 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/apptools')
-rw-r--r--dev-python/apptools/files/apptools_test.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-python/apptools/files/apptools_test.patch b/dev-python/apptools/files/apptools_test.patch
deleted file mode 100644
index ce2d688346b..00000000000
--- a/dev-python/apptools/files/apptools_test.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Disable test that use package installed in ${ROOT}
-
-https://bugs.gentoo.org/show_bug.cgi?id=429668
-
-Patch written by Ian Delaney <johneed@hotmail.com>
---- apptools/persistence/tests/check_version_registry.py
-+++ apptools/persistence/tests/check_version_registry.py
-@@ -39,6 +39,7 @@
-
-
- class TestVersionRegistry(unittest.TestCase):
-+ @unittest.skip("This tests uses installed version")
- def test_get_version(self):
- """Test the get_version function."""
- c = Classic()