Merge pull request #4643 from pguibert6WIND/pytest_compat

doc: inform user to use pytest < version 5.0
This commit is contained in:
Martin Winter 2019-07-09 14:42:55 +02:00 committed by GitHub
commit cd68e28aac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ Add pytest:
::
pip install pytest
pip install "pytest<5"
Install Sphinx:::

View 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