Add FORCE_LOCAL_TRAINS_AGENT_WHEEL to force the install of local trains agent wheel into the docker image

This commit is contained in:
allegroai
2020-06-21 23:23:26 +03:00
parent c6b04edc34
commit f1abee91dd
2 changed files with 12 additions and 3 deletions

View File

@@ -30,6 +30,6 @@ from trains_agent.helper.repo import VCS
),
)
def test(url, expected):
result = VCS.resolve_ssh_url(url)
result = VCS.replace_ssh_url(url)
expected = expected or url
assert result == expected