Changes between Initial Version and Version 1 of Ticket #33082


Ignore:
Timestamp:
Sep 2, 2021, 1:24:17 AM (3 years ago)
Author:
Michał Górny
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33082 – Description

    initial v1  
    11I'm getting the following test failure with Python 3.9.7:
    22
    3 ```
     3{{{
    44======================================================================
    55FAIL: test_subparser_invalid_option (user_commands.tests.CommandTests)
     
    2323    raise self.failureException(msg)
    2424AssertionError: "Error: invalid choice: 'test' (choose from 'foo')" not found in "Error: argument {foo}: invalid choice: 'test' (choose from 'foo')"
    25 ```
     25}}}
    2626
    2727It seems that the output change has been backported from Python 3.10 to 3.9.7.
Back to Top