Switch to libcdio-cdparanoia (from cdparanoia) (#213)

* Switch to libcdio-cdparanoia (from cdparanoia)

Next commits will add a choice to fall back to the old one, or pick a
different name. But let's get this ready for testing now.

* Add libcdio-utils to .travis.yml

* Parse libcdio-paranoia version instead of cdparanoia

* Remove useless digit checking test
This commit is contained in:
Merlijn Wajer
2018-01-26 09:01:01 +01:00
committed by Joe
parent cac64f0977
commit 5dbb197681
3 changed files with 9 additions and 12 deletions

View File

@@ -68,9 +68,6 @@ class VersionTestCase(common.TestCase):
def testGetVersion(self):
v = cdparanoia.getCdParanoiaVersion()
self.failUnless(v)
# of the form III 10.2
# make sure it ends with a digit
self.failUnless(int(v[-1]), v)
class AnalyzeFileTask(cdparanoia.AnalyzeTask):