From 847440f824c1c6256e7ee2053f9af062964eecb2 Mon Sep 17 00:00:00 2001
From: Liam Morland <lkmorlan@uwaterloo.ca>
Date: Thu, 24 Mar 2022 13:31:49 -0400
Subject: [PATCH] Issue #3271498: Remove xmlrpc test dependency

This is not used in testing and only used at all for FillPDF Service,
which is deprecated.

This was commented-out in db4154d.
---
 fillpdf.info.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fillpdf.info.yml b/fillpdf.info.yml
index 7a80f66..91563d5 100644
--- a/fillpdf.info.yml
+++ b/fillpdf.info.yml
@@ -12,5 +12,3 @@ dependencies:
   - drupal:options
 test_dependencies:
   - webform:webform
-  # xmlrpc does not have a Drupal 9 release yet.
-  # - xmlrpc:xmlrpc
-- 
GitLab