summaryrefslogtreecommitdiff
blob: ce2d688346ba66027c438c0d94d863d42694023a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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()