| Summary: | dev-python/gst-python fails tests | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
| Component: | New packages | Assignee: | GStreamer package maintainers <gstreamer> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | brant |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Build log | ||
|
Description
Diego Elio Pettenò (RETIRED)
2010-04-29 13:19:56 UTC
Created attachment 229681 [details]
Build log
Just fixed the issue in gst-python git HEAD. That commit should apply to almost any version of gst-python for the last year also. commit 886bcc9599694aa994dd7cda7d57c21760f0cc4c Author: Edward Hervey <bilboed@bilboed.com> Date: Thu Apr 29 16:02:20 2010 +0200 test_interface: Don't assert the missing mixer, gracefully ignore it Fixes make check on systems that don't have a GstMixer element available diff --git a/testsuite/test_interface.py b/testsuite/test_interface.py index 4f4c89c..a89e0e8 100644 --- a/testsuite/test_interface.py +++ b/testsuite/test_interface.py @@ -59,7 +59,6 @@ class MixerTest(TestCase): self.mixer = amix.create() else: self.mixer = None - assert self.mixer def tearDown(self): del self.mixer Hence this fix has been in-tree for ages too from normal version bumps |