mbox series

[bug#57462,00/15] Don't ask to run tests when cross-compiling.

Message ID 20220828144435.15239-1-maximedevos@telenet.be
Headers show
Series Don't ask to run tests when cross-compiling. | expand

Message

M Aug. 28, 2022, 2:44 p.m. UTC
This statisfies the tests-true linter (except for the fennel package).
This does not cause any rebuilds.

Maxime Devos (15):
  gnu: ghc-statistics: Properly enable tests.
  gnu: julia-arrayinterface: Don't ask to run tests when
    cross-compiling.
  gnu: julia-forwarddiff: Don't ask to run tests when cross-compiling.
  gnu: julia-reversediff: Don't ask to run tests when cross-compiling.
  gnu: julia-interpolations: Don't ask to run tests when
    cross-compiling.
  gnu: proot: Don't ask to run tests when cross-compiling.
  gnu: python-fonttools-full: Don't ask to run tests when
    cross-compiling.
  gnu: python-path: Don't ask to run tests when cross-compiling.
  gnu: python-jaraco-functools: Don't ask to run tests when
    cross-compiling.
  gnu: python-pip-run: Don't ask to run tests when cross-compiling.
  gnu: python-jupyter-client: Don't ask to run tests when
    cross-compiling.
  gnu: python-jaraco-context: Don't ask to run tests when
    cross-compiling.
  gnu: ruby-rubocop: Don't ask to run tests when cross-compiling.
  gnu: rust: Don't ask to run tests when cross-compiling.
  gnu: yt-dlp: Don't ask to run tests when cross-compiling.

 gnu/packages/haskell-xyz.scm |  3 ---
 gnu/packages/julia-xyz.scm   | 12 ++++++++----
 gnu/packages/linux.scm       |  6 +++---
 gnu/packages/python-xyz.scm  | 12 ++++++------
 gnu/packages/ruby.scm        |  3 ++-
 gnu/packages/rust.scm        |  2 +-
 gnu/packages/video.scm       |  2 +-
 7 files changed, 21 insertions(+), 19 deletions(-)