From fbcf1146db5712cab328fcf93950717baf08c8be Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Thu, 4 Jul 2019 19:50:49 +0200 Subject: 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 --- doc/developer/building-frr-for-omnios.rst | 2 +- doc/developer/topotests.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/developer/building-frr-for-omnios.rst b/doc/developer/building-frr-for-omnios.rst index ffc7a078e..3a69279b0 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 e12bc3725..a0a574a79 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 -- cgit v1.2.3