added logger in test file and added dependency in tox.ini

This commit is contained in:
Winter-Soren
2025-05-08 01:39:01 +05:30
committed by Paul Robinson
parent 04da30b7fe
commit 99238403dd
2 changed files with 9 additions and 4 deletions

View File

@ -73,3 +73,8 @@ commands=
bash.exe -c 'python -m pip install --upgrade "$(ls dist/libp2p-*-py3-none-any.whl)" --progress-bar off'
python -c "import libp2p"
skip_install=true
[testenv:docs]
extras=.
commands =
make check-docs-ci