Changes between Initial Version and Version 1 of Ticket #33082
- Timestamp:
- Sep 2, 2021, 1:24:17 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33082 – Description
initial v1 1 1 I'm getting the following test failure with Python 3.9.7: 2 2 3 ``` 3 {{{ 4 4 ====================================================================== 5 5 FAIL: test_subparser_invalid_option (user_commands.tests.CommandTests) … … 23 23 raise self.failureException(msg) 24 24 AssertionError: "Error: invalid choice: 'test' (choose from 'foo')" not found in "Error: argument {foo}: invalid choice: 'test' (choose from 'foo')" 25 ``` 25 }}} 26 26 27 27 It seems that the output change has been backported from Python 3.10 to 3.9.7.