shithub: aubio

Download patch

ref: dfa4095daba45357b53d619f55dd3b90085ef792
parent: bdc980bc887ca4363c7614465bae52534e8dd027
parent: 5eaed62bb6f6431a9972e0461c0e83d98ab55348
author: Paul Brossier <piem@piem.org>
date: Sun Sep 17 17:22:32 EDT 2017

Merge branch 'master' into coveralls

--- a/python/tests/test_aubio_cmd.py
+++ b/python/tests/test_aubio_cmd.py
@@ -12,7 +12,7 @@
     def test_default_creation(self):
         try:
             assert self.a_parser.parse_args(['-V']).show_version
-        except SystemExit as e:
+        except SystemExit:
             url = 'https://bugs.python.org/issue9253'
             self.skipTest('subcommand became optional in py3, see %s' % url)