-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
14 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
bip32>=3.4,<4.0 | ||
# requirements for the various test suites | ||
|
||
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 | ||
pytest>=6.1.1,<7.0.0 | ||
pytest-timeout>=2.1.0,<3.0.0 | ||
bip32>=3.4,<4.0 | ||
speculos>=0.12.0,<0.13.0 | ||
typing-extensions>=3.7,<4.0 | ||
-e ../ | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
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 | ||
-e ../bitcoin_client | ||
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. | ||
# This works because the `pip install command` in the workflow is run from the repo's root. | ||
-r ./requirements.txt |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.