We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbd7431 + df2133f commit 3c173dfCopy full SHA for 3c173df
doc/developer/topotests.rst
@@ -37,7 +37,7 @@ Installing Topotest Requirements
37
tshark \
38
valgrind
39
python3 -m pip install wheel
40
- 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'
41
python3 -m pip install 'scapy>=2.4.5'
42
python3 -m pip install xmltodict
43
python3 -m pip install git+https://github.com/Exa-Networks/exabgp@0659057837cd6c6351579e9f0fa47e9fb7de7311
tests/topotests/pytest.ini
@@ -2,6 +2,7 @@
2
[pytest]
3
4
asyncio_mode = auto
5
+asyncio_default_fixture_loop_scope = module
6
7
# NEEDS_EXABGP_4_2_11_FRR
8
0 commit comments