diff --git a/docker/test/pyproject.toml b/docker/test/pyproject.toml index c219498ab3a..d32d184424f 100644 --- a/docker/test/pyproject.toml +++ b/docker/test/pyproject.toml @@ -18,7 +18,7 @@ dev = [ ] [tool.uv.sources] -pytest-cs = { git = "ssh://git@github.com/crowdsecurity/pytest-cs.git" } +pytest-cs = { git = "https://github.com/crowdsecurity/pytest-cs" } [tool.ruff] diff --git a/docker/test/uv.lock b/docker/test/uv.lock index 88203a20a08..d8cc42c89ab 100644 --- a/docker/test/uv.lock +++ b/docker/test/uv.lock @@ -116,7 +116,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "pytest", specifier = ">=8.3.4" }, - { name = "pytest-cs", git = "ssh://git@github.com/crowdsecurity/pytest-cs.git" }, + { name = "pytest-cs", git = "https://github.com/crowdsecurity/pytest-cs" }, { name = "pytest-dotenv", specifier = ">=0.5.2" }, { name = "pytest-xdist", specifier = ">=3.6.1" }, ] @@ -394,7 +394,7 @@ wheels = [ [[package]] name = "pytest-cs" version = "0.7.20" -source = { git = "ssh://git@github.com/crowdsecurity/pytest-cs.git#73380b837a80337f361414bebbaf4b914713c4ae" } +source = { git = "https://github.com/crowdsecurity/pytest-cs#73380b837a80337f361414bebbaf4b914713c4ae" } dependencies = [ { name = "docker" }, { name = "psutil" },