diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-09 19:09:56 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-09-11 10:48:11 +0200 |
commit | 87c1fa5f3da45bc33fd030547ae97895ad186305 (patch) | |
tree | be6e96223d581a2b44f2130c1a6ac0865a2fa3d9 | |
parent | dev-python/cvxopt: remove unused patch (diff) | |
download | gentoo-87c1fa5f3da45bc33fd030547ae97895ad186305.tar.gz gentoo-87c1fa5f3da45bc33fd030547ae97895ad186305.tar.bz2 gentoo-87c1fa5f3da45bc33fd030547ae97895ad186305.zip |
dev-python/apptools: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2291
Signed-off-by: David Seifert <soap@gentoo.org>
-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() |