-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the bitcoin_client to the requirements.txt for the test suites, i…
…nstead of modifying the system PATH
- Loading branch information
Showing
12 changed files
with
32 additions
and
62 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# requirements for the various test suites | ||
|
||
pytest>=6.1.1,<7.0.0 | ||
pytest-benchmark>=4.0.0,<5.0.0 | ||
pytest-timeout>=2.1.0,<3.0.0 | ||
ledgercomm>=1.1.0,<1.2.0 | ||
ecdsa>=0.16.1,<0.17.0 | ||
typing-extensions>=3.7,<4.0 | ||
embit>=0.7.0,<0.8.0 | ||
mnemonic==0.20 | ||
bip32>=3.4,<4.0 | ||
speculos>=0.12.0,<0.13.0 | ||
ragger[speculos, ledgerwallet]>=1.6.0 | ||
-e ./bitcoin_client # path relative to the current working directory; assume it's the root of the repo |
This file was deleted.
Oops, something went wrong.
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,10 +1,2 @@ | ||
pytest>=6.1.1,<7.0.0 | ||
pytest-timeout>=2.1.0,<3.0.0 | ||
ledgercomm>=1.1.0,<1.2.0 | ||
ecdsa>=0.16.1,<0.17.0 | ||
typing-extensions>=3.7,<4.0 | ||
embit>=0.7.0,<0.8.0 | ||
mnemonic==0.20 | ||
bip32>=3.4,<4.0 | ||
speculos>=0.12.0,<0.13.0 | ||
ragger[speculos, ledgerwallet]>=1.6.0 | ||
# The reusable ragger workflow expects a requirements.txt file in the tests directory, but we want to just use the one in the repository's root. | ||
-r ../requirements.txt |
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.