mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-02 22:51:15 +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:::
|
||||
|
||||
|
@ -22,7 +22,7 @@ Installing Mininet Infrastructure
|
||||
apt-get install python-pip
|
||||
apt-get install iproute
|
||||
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
|
||||
supported)
|
||||
useradd -d /var/run/exabgp/ -s /bin/false exabgp
|
||||
|
Loading…
Reference in New Issue
Block a user