From: Dan Mick Date: Tue, 9 Sep 2025 00:55:40 +0000 (-0700) Subject: various: update pip+https URLs to new form. X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=70880723eaa2e1b74237ad5661f91101c40a7488;p=ceph.git various: update pip+https URLs to new form. See Fixes: for a discussion. Fixes: https://tracker.ceph.com/issues/72917 Signed-off-by: Dan Mick --- diff --git a/admin/doc-read-the-docs.txt b/admin/doc-read-the-docs.txt index 7e0ecc86d75b..ed405c4e3bdd 100644 --- a/admin/doc-read-the-docs.txt +++ b/admin/doc-read-the-docs.txt @@ -1,2 +1,2 @@ plantweb -git+https://github.com/readthedocs/readthedocs-sphinx-search@main +readthedocs-sphinx-search@git+https://github.com/readthedocs/readthedocs-sphinx-search@main diff --git a/admin/doc-requirements.txt b/admin/doc-requirements.txt index 164896329b75..c350bb63db6e 100644 --- a/admin/doc-requirements.txt +++ b/admin/doc-requirements.txt @@ -1,7 +1,7 @@ # RTD theme does not work with >= 7 https://github.com/readthedocs/readthedocs.org/issues/10279 Sphinx < 7 -git+https://github.com/ceph/sphinx-ditaa.git@py3#egg=sphinx-ditaa -git+https://github.com/vlasovskikh/funcparserlib.git +sphinx-ditaa@git+https://github.com/ceph/sphinx-ditaa.git@py3 +funcparserlib@git+https://github.com/vlasovskikh/funcparserlib.git breathe >= 4.20.0,!=4.33 cryptography Jinja2 diff --git a/qa/tox.ini b/qa/tox.ini index af4c69991990..a468c1051c66 100644 --- a/qa/tox.ini +++ b/qa/tox.ini @@ -31,7 +31,7 @@ commands = mypy --no-namespace-packages {posargs:.} [testenv:py3] basepython = python3 deps = - {env:TEUTHOLOGY_GIT:git+https://github.com/ceph/teuthology.git@main}#egg=teuthology[coverage,orchestra,test] + teuthology[coverage,orchestra,test]@{env:TEUTHOLOGY_GIT:git+https://github.com/ceph/teuthology.git@main} httplib2 pytest commands = diff --git a/src/test/run-cli-tests b/src/test/run-cli-tests index 5fa1eff240ab..3a29f140319e 100755 --- a/src/test/run-cli-tests +++ b/src/test/run-cli-tests @@ -26,7 +26,7 @@ if [ ! -e "$CRAM_BIN" ]; then # https://bitbucket.org/brodie/cram/issue/9/allow-read-only-directories-for-t # -- tv@inktank.com python3 -m venv "$VENV" && $VENV/bin/pip --log "$VENV"/log.txt \ - install git+https://github.com/ceph/cram.git@0.7-error-dir#egg=cram + install 'cram@git+https://github.com/ceph/cram.git@0.7-error-dir' fi SRCDIR_ABS="$(readlink -f "$SRCDIR")"