Fix enum try_parse test for python3.11 (#88131)
This commit is contained in:
parent
80b25d6f40
commit
0c35c6a313
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ class _AnIntEnum(IntEnum):
|
|||
|
||||
class _AnIntFlag(IntFlag):
|
||||
VALUE = 1
|
||||
SECOND = 2
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
|
Loading…
Add table
Reference in a new issue