fix libp2p + other prs that were wrongly overwritten before (111,112,117,118,1119 + misc commits from Alex)

Co-authored-by: Gelu Vrabie <gelu@exolabs.net>
Co-authored-by: Alex Cheema <41707476+AlexCheema@users.noreply.github.com>
Co-authored-by: Seth Howes <71157822+sethhowes@users.noreply.github.com>
Co-authored-by: Matt Beton <matthew.beton@gmail.com>
Co-authored-by: Alex Cheema <alexcheema123@gmail.com>
This commit is contained in:
Gelu Vrabie
2025-07-31 20:36:47 +01:00
committed by GitHub
parent 2031d9481d
commit 0e32599e71
60 changed files with 4048 additions and 2857 deletions

View File

@@ -113,4 +113,8 @@ extend-select = ["I", "N", "B", "A", "PIE", "SIM"]
[tool.pytest.ini_options]
pythonpath = "."
asyncio_mode = "auto"
asyncio_mode = "auto"
markers = [
"slow: marks tests as slow (deselected by default)"
]
addopts = "-m 'not slow'"