mirror of
https://github.com/basicswap/basicswap.git
synced 2024-12-23 11:59:36 +00:00
15 lines
248 B
Markdown
15 lines
248 B
Markdown
|
|
||
|
## Install dev dependencies
|
||
|
|
||
|
pip install -e .[dev]
|
||
|
|
||
|
|
||
|
## Update requirements.txt
|
||
|
|
||
|
hashin --update-all -p3.9 -p3.10 -p3.11 -p3.12 -p3.13
|
||
|
|
||
|
|
||
|
## Run One Test
|
||
|
|
||
|
pytest -v -s tests/basicswap/test_xmr.py::Test::test_02_leader_recover_a_lock_tx
|