ansible-test - Add pytest-mock to mypy sanity test (#84669)

pull/84670/head
Matt Clay 10 months ago committed by GitHub
parent 7594243fc0
commit cd881bf71e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,6 +3,7 @@ cryptography # type stubs not published separately
jinja2 # type stubs not published separately jinja2 # type stubs not published separately
packaging # type stubs not published separately packaging # type stubs not published separately
pytest # 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 tomli # type stubs not published separately, required for toml inventory plugin
types-backports types-backports
types-paramiko types-paramiko

@ -10,6 +10,7 @@ packaging==24.2
pluggy==1.5.0 pluggy==1.5.0
pycparser==2.22 pycparser==2.22
pytest==8.3.4 pytest==8.3.4
pytest-mock==3.14.0
tomli==2.2.1 tomli==2.2.1
types-backports==0.1.3 types-backports==0.1.3
types-paramiko==3.5.0.20240928 types-paramiko==3.5.0.20240928

Loading…
Cancel
Save