From 6cfb99a9b7a61ca8903078b43ef8478391bf3231 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Fri, 5 May 2023 12:32:29 +0200 Subject: [PATCH] ci: fixes --- ci/test-hw.yml | 2 +- ci/test.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/test-hw.yml b/ci/test-hw.yml index 11ef8ff1d..cebb27f16 100644 --- a/ci/test-hw.yml +++ b/ci/test-hw.yml @@ -92,7 +92,7 @@ hardware core monero test: needs: - core fw regular debug build variables: - TESTOPTS: --trezor_path webusb + TESTOPTS: --trezor-path webusb script: - cd ci/hardware_tests - set -a diff --git a/ci/test.yml b/ci/test.yml index a12b10acd..c37e1d4d8 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -171,7 +171,8 @@ core monero asan test: variables: TREZOR_PROFILING: 1 script: - - $NIX_SHELL --arg fullDeps true --run "poetry run make -C core test_emu_monero | ts -s" + # see `python test` job for _PYTHON_SYSCONFIGDATA_NAME explanation + - $NIX_SHELL --arg fullDeps true --run "unset _PYTHON_SYSCONFIGDATA_NAME && poetry run make -C core test_emu_monero | ts -s" - mv core/src/.coverage core/.coverage.test_emu_monero artifacts: name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"