dev-python/pygobject: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Mart Raudsepp
2017-01-26 10:44:38 +02:00
parent 5dc9527455
commit a58f99e606
4 changed files with 0 additions and 242 deletions

View File

@@ -1,15 +0,0 @@
Comment out unittest that ought to work but for some reason does not want to.
--- a/tests/test_glib.py 2015-05-10 14:01:45.873164005 +0200
+++ b/tests/test_glib.py 2015-03-05 09:32:55.000000000 +0100
@@ -38,8 +38,8 @@
def test_xdg_dirs(self):
d = GLib.get_user_data_dir()
self.assertTrue('/' in d, d)
- d = GLib.get_user_special_dir(GLib.UserDirectory.DIRECTORY_MUSIC)
- self.assertTrue('/' in d, d)
+ #d = GLib.get_user_special_dir(GLib.UserDirectory.DIRECTORY_MUSIC)
+ #self.assertTrue('/' in d, d)
with warnings.catch_warnings():
warnings.simplefilter('ignore', PyGIDeprecationWarning)