diff options
author | Ian Delaney <idella4@gentoo.org> | 2012-11-06 07:44:44 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2012-11-06 07:44:44 +0000 |
commit | f036004182ef771eef444f210421d078425a76f2 (patch) | |
tree | 560fc4ff04d81aa5f0bcc6ee570ee06f0faf9918 /dev-python/cgkit/files/cgkit-2.0.0-test.patch | |
parent | Fix GSettings schema not being installed. (diff) | |
download | gentoo-2-f036004182ef771eef444f210421d078425a76f2.tar.gz gentoo-2-f036004182ef771eef444f210421d078425a76f2.tar.bz2 gentoo-2-f036004182ef771eef444f210421d078425a76f2.zip |
rem 1 unsupported test file, added patch to skip 1 invalid test, fixes Bug #420757
(Portage version: 2.1.11.30/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/cgkit/files/cgkit-2.0.0-test.patch')
-rw-r--r-- | dev-python/cgkit/files/cgkit-2.0.0-test.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/cgkit/files/cgkit-2.0.0-test.patch b/dev-python/cgkit/files/cgkit-2.0.0-test.patch new file mode 100644 index 000000000000..e5c198415da2 --- /dev/null +++ b/dev-python/cgkit/files/cgkit-2.0.0-test.patch @@ -0,0 +1,11 @@ +diff -ur cgkit-2.0.0alpha9.orig/unittests/test_sequence.py cgkit-2.0.0alpha9/unittests/test_sequence.py +--- unittests/test_sequence.py 2009-08-15 19:37:35.000000000 +0800 ++++ unittests/test_sequence.py 2012-11-07 06:58:07.024791790 +0800 +@@ -594,6 +594,7 @@ + ("spam1_5.tif", "foo0006.tif")], list(ong)) + + ++@unittest.skip("Seeks absent dep 3delight") + class TestSeqUtils(unittest.TestCase): + """Test the sequence utilities. + """ |