summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <[email protected]>2020-03-24 15:36:53 +0900
committer<[email protected]>2020-03-24 15:36:53 +0900
commit930b012ad96bfb0bd12446b89407120744ef92eb ()
tree02bb0fa480b76bae202e41dfab56a545a41554e7
parentf6b6a7ad345c50eeb3f7206ceabdf41ba94b7d85 (diff)
Add rexml to fix rss of test-bundled-gems (#2976)
Notes: Merged-By: hsbt <[email protected]>
-rw-r--r--./workflows/macos.yml3
-rw-r--r--./workflows/ubuntu.yml3
-rw-r--r--common.mk2
3 files changed, 3 insertions, 5 deletions
@@ -51,8 +51,7 @@ jobs:
env:
RUBY_TESTOPTS: "-q --tty=no"
# Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://.com/seattlerb/minitest/pull/798 is resolved
- # rss needs to add workaround for the non rexml environment
- TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest,xmlrpc,rss,rexml"
- uses: k0kubun/[email protected]
with:
payload: |
@@ -65,8 +65,7 @@ jobs:
env:
RUBY_TESTOPTS: "-q --tty=no"
# Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://.com/seattlerb/minitest/pull/798 is resolved
- # rss needs to add workaround for the non rexml environment
- TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest,xmlrpc,rss"
- uses: k0kubun/[email protected]
with:
payload: |
@@ -1320,7 +1320,7 @@ test-bundled-gems-fetch: $(PREP)
test-bundled-gems-prepare: test-bundled-gems-precheck test-bundled-gems-fetch
$(XRUBY) -C "$(srcdir)" bin/gem install --no-document \
- --install-dir .bundle --conservative "bundler" "minitest:~> 5" 'test-unit' 'rake' 'hoe' 'yard' 'pry' 'packnga'
PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare
test-bundled-gems: $(TEST_RUNNABLE)-test-bundled-gems