From: Philippe Guibert Date: Thu, 4 Jul 2019 17:50:49 +0000 (+0200) Subject: doc: inform user to use pytest < version 5.0 X-Git-Tag: base_7.2~148^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=fbcf1146db5712cab328fcf93950717baf08c8be;p=matthieu%2Ffrr.git doc: inform user to use pytest < version 5.0 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 --- diff --git a/doc/developer/building-frr-for-omnios.rst b/doc/developer/building-frr-for-omnios.rst index ffc7a078e5..3a69279b0c 100644 --- a/doc/developer/building-frr-for-omnios.rst +++ b/doc/developer/building-frr-for-omnios.rst @@ -60,7 +60,7 @@ Add pytest: :: - pip install pytest + pip install "pytest<5" Install Sphinx::: diff --git a/doc/developer/topotests.rst b/doc/developer/topotests.rst index e12bc37256..a0a574a79c 100644 --- a/doc/developer/topotests.rst +++ b/doc/developer/topotests.rst @@ -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