mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
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:
parent
6df3fd0f6d
commit
70880723ea
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 =
|
||||
|
||||
@ -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")"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user