mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 10:49:24 +00:00
Merge pull request #16777 from LabNConsulting/chopps/pytest-config-update
tests: add asyncio default config param to quiet warning
This commit is contained in:
commit
3c173dfef2
@ -37,7 +37,7 @@ Installing Topotest Requirements
|
|||||||
tshark \
|
tshark \
|
||||||
valgrind
|
valgrind
|
||||||
python3 -m pip install wheel
|
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 'scapy>=2.4.5'
|
||||||
python3 -m pip install xmltodict
|
python3 -m pip install xmltodict
|
||||||
python3 -m pip install git+https://github.com/Exa-Networks/exabgp@0659057837cd6c6351579e9f0fa47e9fb7de7311
|
python3 -m pip install git+https://github.com/Exa-Networks/exabgp@0659057837cd6c6351579e9f0fa47e9fb7de7311
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
[pytest]
|
[pytest]
|
||||||
|
|
||||||
asyncio_mode = auto
|
asyncio_mode = auto
|
||||||
|
asyncio_default_fixture_loop_scope = module
|
||||||
|
|
||||||
# NEEDS_EXABGP_4_2_11_FRR
|
# NEEDS_EXABGP_4_2_11_FRR
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user