mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
pin requests-ntlm to 1.1.0
This commit is contained in:
parent
b0dad4a52d
commit
c1a928e2f3
2 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,6 @@ def host():
|
||||||
_url = "winrm://{KITCHEN_USERNAME}:{KITCHEN_PASSWORD}@{KITCHEN_HOSTNAME}:{KITCHEN_PORT}".format(
|
_url = "winrm://{KITCHEN_USERNAME}:{KITCHEN_PASSWORD}@{KITCHEN_HOSTNAME}:{KITCHEN_PORT}".format(
|
||||||
**os.environ
|
**os.environ
|
||||||
)
|
)
|
||||||
log.debug("=== %s ====", _url)
|
|
||||||
return testinfra.get_host(
|
return testinfra.get_host(
|
||||||
_url,
|
_url,
|
||||||
no_ssl=True,
|
no_ssl=True,
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
pytest-testinfra
|
pytest-testinfra
|
||||||
paramiko
|
paramiko
|
||||||
|
requests-ntlm==1.1.0; sys.platform == 'win32'
|
||||||
pywinrm; sys.platform == 'win32'
|
pywinrm; sys.platform == 'win32'
|
||||||
six>=1.10.0
|
six>=1.10.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue