mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
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:
committed by
David Seifert
parent
7b62b47d10
commit
87c1fa5f3d
@@ -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()
|
||||
Reference in New Issue
Block a user