pytest intends to deprecate users not having python 2 on the system.
in order to make topotest work, just use an older pytest version.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
::
- pip install pytest
+ pip install "pytest<5"
Install Sphinx:::
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