dev-python/apptools: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2291

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger (asterix)
2016-09-09 19:09:56 +02:00
committed by David Seifert
parent 7b62b47d10
commit 87c1fa5f3d

View File

@@ -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()