From: Dhairya Parmar Date: Thu, 5 Oct 2023 08:12:31 +0000 (+0530) Subject: doc: remove egg fragment from dev/developer_guide/running-tests-locally X-Git-Tag: v17.2.7~64^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3dccc2290e2a0f1cb3957fcc53265fb8a8956971;p=ceph.git doc: remove egg fragment from dev/developer_guide/running-tests-locally DEPRECATION: git+https://github.com/ceph/teuthology#egg=teuthology [test] contains an egg fragment with a non-PEP 508 name pip 25.0 will enforce this behaviour change. A possible replacement is to use the req @ url syntax, and remove the egg fragment. Discussion can be found at https://github.com/pypa/pip/issues/11617 Signed-off-by: Dhairya Parmar (cherry picked from commit 1f78a32a1822fea1a56a88215e452b730b7672c7) --- diff --git a/doc/dev/developer_guide/running-tests-locally.rst b/doc/dev/developer_guide/running-tests-locally.rst index 010cccdf29ad..b1d7a96daaaa 100644 --- a/doc/dev/developer_guide/running-tests-locally.rst +++ b/doc/dev/developer_guide/running-tests-locally.rst @@ -55,7 +55,7 @@ using `vstart_runner.py`_. To do that, you'd need `teuthology`_ installed:: $ virtualenv --python=python3 venv $ source venv/bin/activate $ pip install 'setuptools >= 12' - $ pip install git+https://github.com/ceph/teuthology#egg=teuthology[test] + $ pip install teuthology[test]@git+https://github.com/ceph/teuthology $ deactivate The above steps installs teuthology in a virtual environment. Before running