mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-05 11:53:25 +00:00
Merge pull request #4643 from pguibert6WIND/pytest_compat
doc: inform user to use pytest < version 5.0
This commit is contained in:
commit
cd68e28aac
@ -60,7 +60,7 @@ Add pytest:
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
pip install pytest
|
pip install "pytest<5"
|
||||||
|
|
||||||
Install Sphinx:::
|
Install Sphinx:::
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Installing Mininet Infrastructure
|
|||||||
apt-get install python-pip
|
apt-get install python-pip
|
||||||
apt-get install iproute
|
apt-get install iproute
|
||||||
pip install ipaddr
|
pip install ipaddr
|
||||||
pip install pytest
|
pip install "pytest<5"
|
||||||
pip install exabgp==3.4.17 (Newer 4.0 version of exabgp is not yet
|
pip install exabgp==3.4.17 (Newer 4.0 version of exabgp is not yet
|
||||||
supported)
|
supported)
|
||||||
useradd -d /var/run/exabgp/ -s /bin/false exabgp
|
useradd -d /var/run/exabgp/ -s /bin/false exabgp
|
||||||
|
Loading…
Reference in New Issue
Block a user