Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
trac 32785: skip some more packages during testing, by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpalmieri committed Nov 22, 2022
1 parent 84f02af commit de6db76
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/make/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -442,10 +442,11 @@ $(foreach pkgname, $(NORMAL_PACKAGES) $(SCRIPT_PACKAGES),\
# dependencies and the Makefile rules.
#
# Since Python's self-tests seem to fail on all platforms, we disable
# its test suite by default.
# its test suite by default. The same goes for several other packages:
# Cython, Giac, gp2c, rpy2, and ppl.
# meson_python 0.10.0 fails on some platforms, so we reduce it to warnings.
# However, if SAGE_CHECK=warn, we do not do that.
SAGE_CHECK_PACKAGES_DEFAULT_yes := !python3,?meson_python
SAGE_CHECK_PACKAGES_DEFAULT_yes := !python3,!cython,!giac,!rpy2,!gp2c,!ppl,?meson_python
SAGE_CHECK_PACKAGES_DEFAULT_warn :=
SAGE_CHECK_PACKAGES_DEFAULT_no :=
comma := ,
Expand Down

0 comments on commit de6db76

Please sign in to comment.