pin requests-ntlm to 1.1.0

This commit is contained in:
Gareth J. Greenaway 2023-03-08 14:09:03 -08:00 committed by Pedro Algarvio
parent b0dad4a52d
commit c1a928e2f3
2 changed files with 1 additions and 1 deletions

View file

@ -24,7 +24,6 @@ def host():
_url = "winrm://{KITCHEN_USERNAME}:{KITCHEN_PASSWORD}@{KITCHEN_HOSTNAME}:{KITCHEN_PORT}".format(
**os.environ
)
log.debug("=== %s ====", _url)
return testinfra.get_host(
_url,
no_ssl=True,

View file

@ -1,4 +1,5 @@
pytest-testinfra
paramiko
requests-ntlm==1.1.0; sys.platform == 'win32'
pywinrm; sys.platform == 'win32'
six>=1.10.0