Skip to content

Commit

Permalink
Merge pull request #139 from LedgerHQ/tdj/update_manifest_for_tests
Browse files Browse the repository at this point in the history
Update the test dependencies order
  • Loading branch information
tdejoigny-ledger committed Feb 26, 2024
2 parents ea2f304 + 4502501 commit d4cf76f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ ledger/
tests/snapshots-tmp/

# Directory storing the ethereum build output for tests run
tests/.test_dependencies/ethereum/*
tests/.test_dependencies/*
!tests/.test_dependencies/ethereum/
!tests/.test_dependencies/ethereum/.ethereum_application_build_goes_there
7 changes: 4 additions & 3 deletions ledger_app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ devices = ["nanos", "nanox", "nanos+", "stax"]
pytest_directory = "./tests/"

[tests.dependencies]
testing_with_prod = [
{url = "https://github.com/LedgerHQ/app-ethereum", ref = "master", use_case = "use_test_keys"},
]
testing_with_latest = [
{url = "https://github.com/LedgerHQ/app-ethereum", ref = "develop", use_case = "use_test_keys"},
]

testing_with_prod = [
{url = "https://github.com/LedgerHQ/app-ethereum", ref = "master", use_case = "use_test_keys"},
]

0 comments on commit d4cf76f

Please sign in to comment.