See Fixes: for a discussion.
Fixes: https://tracker.ceph.com/issues/72917
Signed-off-by: Dan Mick <dan.mick@redhat.com>
plantweb
-git+https://github.com/readthedocs/readthedocs-sphinx-search@main
+readthedocs-sphinx-search@git+https://github.com/readthedocs/readthedocs-sphinx-search@main
# 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
[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 =
# 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")"