]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: inform user to use pytest < version 5.0
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 4 Jul 2019 17:50:49 +0000 (19:50 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 4 Jul 2019 17:50:49 +0000 (19:50 +0200)
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>
doc/developer/building-frr-for-omnios.rst
doc/developer/topotests.rst

index ffc7a078e54b9f539e7488204223324e5e07a952..3a69279b0c807f5204cb07adc545ecacbf2db36a 100644 (file)
@@ -60,7 +60,7 @@ Add pytest:
 
 ::
 
-    pip install pytest
+    pip install "pytest<5"
 
 Install Sphinx:::
 
index e12bc37256b80973c663aae0769641dfff22b1e6..a0a574a79cbab0750f6016c1dc10c9aed746bfaa 100644 (file)
@@ -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