Merge branch 'master' into coveralls
authorPaul Brossier <piem@piem.org>
Sun, 17 Sep 2017 19:22:32 +0000 (21:22 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 17 Sep 2017 19:22:32 +0000 (21:22 +0200)
python/tests/test_aubio_cmd.py

index af0e736..6e834d1 100755 (executable)
@@ -12,7 +12,7 @@ class aubio_cmd(TestCase):
     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)