/[packages]/cauldron/python3/current/SPECS/python3.spec
ViewVC logotype

Diff of /cauldron/python3/current/SPECS/python3.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1349136 by wally, Fri Jan 4 17:39:21 2019 UTC revision 1349148 by wally, Fri Jan 4 18:40:36 2019 UTC
# Line 671  EXCLUDE="$EXCLUDE test_faulthandler" Line 671  EXCLUDE="$EXCLUDE test_faulthandler"
671  %ifarch %arm  %ifarch %arm
672  EXCLUDE="$EXCLUDE test_float test_asyncio test_cmath"  EXCLUDE="$EXCLUDE test_float test_asyncio test_cmath"
673  %endif  %endif
674    # Local aarch64 tests succeeds, but fails on BS
675  %ifarch aarch64  %ifarch aarch64
676  EXCLUDE="$EXCLUDE test_posix"  EXCLUDE="$EXCLUDE test_posix test_asyncio"
677  %endif  %endif
678  # json test pass on local build but fail on BS  # json test pass on local build but fail on BS
679  EXCLUDE="$EXCLUDE test_json"  EXCLUDE="$EXCLUDE test_json"
# Line 680  EXCLUDE="$EXCLUDE test_json" Line 681  EXCLUDE="$EXCLUDE test_json"
681  EXCLUDE="$EXCLUDE test_site"  EXCLUDE="$EXCLUDE test_site"
682  # all tests must pass  # all tests must pass
683  # but we disable network on BS  # but we disable network on BS
684  WITHIN_PYTHON_RPM_BUILD= make test TESTOPTS="-j1 -u none -x $EXCLUDE"  WITHIN_PYTHON_RPM_BUILD= \
685    make test TESTOPTS="-j1 -wW -u none -x $EXCLUDE"
686  # consider use network on local build  # consider use network on local build
687  #EXCLUDE=""  #EXCLUDE=""
688  #WITHIN_PYTHON_RPM_BUILD= make test TESTOPTS="-u network -x $EXCLUDE"  #WITHIN_PYTHON_RPM_BUILD= make test TESTOPTS="-u network -x $EXCLUDE"

Legend:
Removed from v.1349136  
changed lines
  Added in v.1349148

  ViewVC Help
Powered by ViewVC 1.1.30