unittest.mock.__version__ was removed in 3.9 (#10056)

See the first entry in https://docs.python.org/3/whatsnew/3.9.html#removed
This commit is contained in:
Lucina
2023-04-17 18:51:34 +01:00
committed by GitHub
parent fd188fa67e
commit 41b8981368

View File

@@ -47,7 +47,8 @@ else:
"seal",
)
__version__: Final[str]
if sys.version_info < (3, 9):
__version__: Final[str]
FILTER_DIR: Any