-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix stax test failing due to ragger python package changes and SDK up…
…grade. Add target field in makefile to distinguish between stax and flex. Both use same BOLOS_SDK
- Loading branch information
1 parent
13a9e84
commit 6f04c75
Showing
17 changed files
with
14 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-182 Bytes
(99%)
tests/integration/stax/snapshots/test_basic/settings_blindsigning_expert_on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-181 Bytes
(99%)
tests/integration/stax/snapshots/test_basic/settings_blindsigning_off.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-180 Bytes
(99%)
tests/integration/stax/snapshots/test_basic/settings_blindsigning_on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-181 Bytes
(99%)
tests/integration/stax/snapshots/test_basic/settings_expert_on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-186 Bytes
(98%)
tests/integration/stax/snapshots/test_blindsign_too_deep/info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-180 Bytes
(99%)
...integration/stax/snapshots/test_blindsign_too_deep/settings_blindsigning_on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-186 Bytes
(98%)
tests/integration/stax/snapshots/test_blindsign_too_deep_rejections/info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-186 Bytes
(98%)
tests/integration/stax/snapshots/test_blindsign_too_large/info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-180 Bytes
(99%)
...ntegration/stax/snapshots/test_blindsign_too_large/settings_blindsigning_on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-186 Bytes
(98%)
tests/integration/stax/snapshots/test_blindsign_valid/info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-181 Bytes
(99%)
...s/integration/stax/snapshots/test_blindsign_valid/settings_blindsigning_off.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-180 Bytes
(99%)
tests/integration/stax/snapshots/test_blindsign_valid/settings_blindsigning_on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-12 Bytes
(100%)
...gration/stax/snapshots/test_provide_pk/screen_show_address_tz1_zebra_qrcode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -3,6 +3,6 @@ setuptools | |
pkginfo | ||
cryptography | ||
base58 | ||
pytezos==3.10.3 | ||
pytezos | ||
GitPython | ||
pytest-xdist |