mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
fix: update pytest command to use auto for parallel execution
feat: add loguru dependency for enhanced logging capabilities Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
This commit is contained in:
2
Makefile
2
Makefile
@ -38,7 +38,7 @@ lint:
|
|||||||
)
|
)
|
||||||
|
|
||||||
test:
|
test:
|
||||||
python -m pytest tests
|
python -m pytest tests -n auto
|
||||||
|
|
||||||
# protobufs management
|
# protobufs management
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user