Skip to content

Commit eda10d4

Browse files
committed
Remove unused fastlane-plugin-test_center
The plugin became unused in 75f8733, but at the time I forgot to remove its import from the `Pluginfile`. I noticed this because, after upgrading to Fastlane 2.203.0, we saw an error which is apparently due to a name-clash between the `trainer` gem the plugin requires and the `trainer` Fastlane component. See: - Failing build on CircleCI https://app.circleci.com/pipelines/github/wordpress-mobile/WordPress-iOS/27160/workflows/4b4839c8-9d33-4507-afa2-57644d03bc67/jobs/64957 - Failing build on Buildkite https://buildkite.com/wordpress-mobile/wordpress-ios/builds/4716#f3a4719e-6496-4a1e-8cca-051d3b9f083d/664-2569 - Fastlane issue fastlane/fastlane#19834
1 parent 33aa52a commit eda10d4

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

Gemfile.lock

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ GEM
7474
cocoapods-try (1.2.0)
7575
colored (1.2)
7676
colored2 (3.1.2)
77-
colorize (0.8.1)
7877
commander (4.6.0)
7978
highline (~> 2.0.0)
8079
commonmarker (0.21.2)
@@ -162,13 +161,6 @@ GEM
162161
xcpretty-travis-formatter (>= 0.0.3)
163162
fastlane-plugin-appcenter (1.11.0)
164163
fastlane-plugin-sentry (1.8.1)
165-
fastlane-plugin-test_center (3.15.3)
166-
colorize
167-
json
168-
plist
169-
trainer
170-
xcodeproj
171-
xctest_list (>= 1.2.1)
172164
fastlane-plugin-wpmreleasetoolkit (2.3.0)
173165
activesupport (~> 5)
174166
bigdecimal (~> 1.4)
@@ -302,9 +294,6 @@ GEM
302294
unicode-display_width (~> 1.1, >= 1.1.1)
303295
thread_safe (0.3.6)
304296
trailblazer-option (0.1.2)
305-
trainer (0.9.1)
306-
fastlane (>= 2.25.0)
307-
plist (>= 3.1.0, < 4.0.0)
308297
tty-cursor (0.7.1)
309298
tty-screen (0.8.1)
310299
tty-spinner (0.9.3)
@@ -331,7 +320,6 @@ GEM
331320
rouge (~> 2.0.7)
332321
xcpretty-travis-formatter (1.0.1)
333322
xcpretty (~> 0.2, >= 0.0.7)
334-
xctest_list (1.2.1)
335323

336324
PLATFORMS
337325
ruby
@@ -343,7 +331,6 @@ DEPENDENCIES
343331
fastlane (~> 2.174)
344332
fastlane-plugin-appcenter (~> 1.8)
345333
fastlane-plugin-sentry
346-
fastlane-plugin-test_center
347334
fastlane-plugin-wpmreleasetoolkit (~> 2.3)
348335
octokit (~> 4.0)
349336
rake

fastlane/Pluginfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ gem 'fastlane-plugin-wpmreleasetoolkit', '~> 2.3'
1212

1313
gem 'fastlane-plugin-sentry'
1414
gem 'fastlane-plugin-appcenter', '~> 1.8'
15-
gem 'fastlane-plugin-test_center'

0 commit comments

Comments
 (0)