forked from cryptoadvance/specter-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Upgraded python to 3.10 and bitcoin to v23.0
- Added libzmq to build process, to enable future use cases such as cryptoadvance#778 - added --without-gui to remove configure warning that gui will not be built.
- Loading branch information
1 parent
0a3cb42
commit 312cb4f
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[pytest] | ||
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 v23.0 --elementsd-version v0.21.0.2 | ||
markers = | ||
slow: mark test as slow. | ||
elm: mark test as elementsd dependent | ||
#log_cli = 1 | ||
|
||
filterwarnings = | ||
ignore::DeprecationWarning:bitbox02[.*] | ||
ignore::DeprecationWarning:bitbox02[.*] |