diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/apptools/files/apptools_test.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-python/apptools/files/apptools_test.patch b/dev-python/apptools/files/apptools_test.patch deleted file mode 100644 index ce2d688346ba..000000000000 --- 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 <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() |