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 <dan.mick@redhat.com>
This commit is contained in:
Dan Mick 2025-09-08 17:55:40 -07:00
parent 6df3fd0f6d
commit 70880723ea
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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 =

View File

@ -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")"