From 87c1fa5f3da45bc33fd030547ae97895ad186305 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Fri, 9 Sep 2016 19:09:56 +0200 Subject: [PATCH] dev-python/apptools: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/2291 Signed-off-by: David Seifert --- dev-python/apptools/files/apptools_test.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 dev-python/apptools/files/apptools_test.patch diff --git a/dev-python/apptools/files/apptools_test.patch b/dev-python/apptools/files/apptools_test.patch deleted file mode 100644 index ce2d688346ba6..0000000000000 --- 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 ---- 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()