From cd881bf71e0b12e32dbe0674924dd9c64c356efa Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 4 Feb 2025 16:58:48 -0800 Subject: [PATCH] ansible-test - Add pytest-mock to mypy sanity test (#84669) --- test/sanity/code-smell/mypy.requirements.in | 1 + test/sanity/code-smell/mypy.requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/test/sanity/code-smell/mypy.requirements.in b/test/sanity/code-smell/mypy.requirements.in index 2c6dee12676..be42056b3ad 100644 --- a/test/sanity/code-smell/mypy.requirements.in +++ b/test/sanity/code-smell/mypy.requirements.in @@ -3,6 +3,7 @@ cryptography # type stubs not published separately jinja2 # type stubs not published separately packaging # type stubs not published separately pytest # type stubs not published separately +pytest-mock # type stubs not published separately tomli # type stubs not published separately, required for toml inventory plugin types-backports types-paramiko diff --git a/test/sanity/code-smell/mypy.requirements.txt b/test/sanity/code-smell/mypy.requirements.txt index 82ec636c178..e8a0d66625b 100644 --- a/test/sanity/code-smell/mypy.requirements.txt +++ b/test/sanity/code-smell/mypy.requirements.txt @@ -10,6 +10,7 @@ packaging==24.2 pluggy==1.5.0 pycparser==2.22 pytest==8.3.4 +pytest-mock==3.14.0 tomli==2.2.1 types-backports==0.1.3 types-paramiko==3.5.0.20240928