Changeset dfa4095
- Timestamp:
- Sep 17, 2017, 9:22:32 PM (7 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
- Children:
- 639bf5e
- Parents:
- bdc980b (diff), 5eaed62 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/tests/test_aubio_cmd.py
rbdc980b rdfa4095 13 13 try: 14 14 assert self.a_parser.parse_args(['-V']).show_version 15 except SystemExit as e:15 except SystemExit: 16 16 url = 'https://bugs.python.org/issue9253' 17 17 self.skipTest('subcommand became optional in py3, see %s' % url)
Note: See TracChangeset
for help on using the changeset viewer.