mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Fix enum try_parse test for python3.11 (#88131)
This commit is contained in:
parent
80b25d6f40
commit
0c35c6a313
@ -18,6 +18,7 @@ class _AnIntEnum(IntEnum):
|
|||||||
|
|
||||||
class _AnIntFlag(IntFlag):
|
class _AnIntFlag(IntFlag):
|
||||||
VALUE = 1
|
VALUE = 1
|
||||||
|
SECOND = 2
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user