diff options
| author | Christian Hopps <chopps@labn.net> | 2024-09-09 16:34:08 -0400 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2024-09-09 16:35:28 -0400 |
| commit | df2133f80322da2c2d7dea49439211d09f776432 (patch) | |
| tree | f3f5d307151d7c397bd5cec3d27d37dfbb98c607 /doc | |
| parent | fbd743197a9c06bfa90d0fb6afa53df74abc2092 (diff) | |
tests: add asyncio default config param to quiet warning
Update the topotest doc to the latest pytest* pkg versions
known to work together
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/developer/topotests.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/topotests.rst b/doc/developer/topotests.rst index 72de7b3bc9..4f9c94ca03 100644 --- a/doc/developer/topotests.rst +++ b/doc/developer/topotests.rst @@ -37,7 +37,7 @@ Installing Topotest Requirements tshark \ valgrind python3 -m pip install wheel - python3 -m pip install 'pytest>=6.2.4' 'pytest-xdist>=2.3.0' + python3 -m pip install 'pytest>=8.3.2' 'pytest-asyncio>=0.24.0' 'pytest-xdist>=3.6.1' python3 -m pip install 'scapy>=2.4.5' python3 -m pip install xmltodict python3 -m pip install git+https://github.com/Exa-Networks/exabgp@0659057837cd6c6351579e9f0fa47e9fb7de7311 |
