GNOME Bugzilla – Bug 777989
GES tests fail on Debian because nose2 is the Python 2 version
Last modified: 2018-11-03 11:04:40 UTC
nose2-3 would have to be used instead. LD_LIBRARY_PATH='/home/slomo/Projects/gstreamer/gst-build/build/subprojects/gst-editing-services/tests/check/../../ges/' GI_TYPELIB_PATH='/home/slomo/Projects/gstreamer/gst-build/build/subprojects/gst-editing-services/tests/check/../../ges/' /usr/bin/nose2 --start-dir /home/slomo/Projects/gstreamer/gst-build/subprojects/gst-editing-services/tests/check --plugin nose2.plugins.junitxml --config /home/slomo/Projects/gstreamer/gst-build/build/subprojects/gst-editing-services/tests/check/Test_groups.cfg python.test_group --- stderr --- Traceback (most recent call last):
+ Trace 237100
load_entry_point('nose2==0.6.5', 'console_scripts', 'nose2')()
return main(*args, **kwargs)
super(PluggableTestProgram, self).__init__(**kw)
self.parseArgs(argv)
self.createTests()
self.testNames, self.module)
for name in event.names]
result = self.session.hooks.loadTestsFromName(event)
result = getattr(plugin, self.method)(event)
result = util.test_from_name(name, module)
parent, obj = object_from_name(name, module)
module = __import__('.'.join(parts_copy))
nonlocal loaded_called
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-build/issues/3.