From b431bb64309231afa4e7c0934ba4e91098704d11 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Mon, 8 Sep 2025 17:55:40 -0700 Subject: [PATCH] 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 --- admin/doc-read-the-docs.txt | 2 +- admin/doc-requirements.txt | 4 ++-- qa/tox.ini | 2 +- src/test/run-cli-tests | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/doc-read-the-docs.txt b/admin/doc-read-the-docs.txt index 7e0ecc86d75..ed405c4e3bd 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 164896329b7..c350bb63db6 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 af4c6999199..a468c1051c6 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 5fa1eff240a..3a29f140319 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")" -- 2.39.5