mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
test: bump pytest bitcoind to v27.2.0
Testing against 27.2 (latest 27.x). Install script derives git tag and binary name from this value. Bundled INTERNAL_BITCOIND_VERSION (0.21.1) left untouched. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c183c772a7
commit
1da9930e99
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ write_to = "src/cryptoadvance/specter/_version.py"
|
|||
norecursedirs = "tests/bitcoin* tests/elements* tests/xtestdata_testextensions"
|
||||
|
||||
log_format = "[%(levelname)8s] %(message)s %(name)s (%(filename)s:%(lineno)s)"
|
||||
addopts = "--bitcoind-version v22.0.0 --elementsd-version v0.21.0.2"
|
||||
addopts = "--bitcoind-version v27.2.0 --elementsd-version v0.21.0.2"
|
||||
markers = [
|
||||
"slow: mark test as slow.",
|
||||
"elm: mark test as elementsd dependent",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue