mirror of
https://github.com/ceph/ceph
synced 2024-12-29 06:52:35 +00:00
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 <dparmar@redhat.com>
This commit is contained in:
parent
5fede37615
commit
1f78a32a18
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user