~ruther/guix-local

632fc47d93b2fda781be2e8c5b6a1a654dc088e9 — Christopher Baines 1 year, 4 months ago 0807035
gnu: python-pytest-mypy: Fix tests on powerpc64le-linux.

As a test was timing out, so apply the same workaround as used for riscv64.

* gnu/packages/check.scm (python-pytest-mypy)[arguments]: Patch the test
timeout for powerpc64le-linux, as well as for riscv64-linux.

Change-Id: I6d771a092f0fb50c9870446a152d14c98d6f96e6
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/check.scm
M gnu/packages/check.scm => gnu/packages/check.scm +2 -1
@@ 3037,7 3037,8 @@ by the test.")
     (list
      #:test-flags #~(list "--numprocesses" "auto")
      #:phases
      (if (target-riscv64?)
      (if (or (target-riscv64?)
              (target-ppc64le?))
          #~(modify-phases %standard-phases
              (add-after 'unpack 'extend-test-timeout
                (lambda _