You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/apptools/files/apptools_test.patch

16 lines
493 B

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