Description:  Remove redundant test dependency
 This dependency is redundant with direct dependencies
 .
 see https://github.com/rakudo/rakudo/issues/5099#issuecomment-1317560547
Forwarded: not-needed
Author: dod
--- a/META6.json
+++ b/META6.json
@@ -35,7 +35,6 @@
   ],
   "name": "JSON::Marshal",
   "test-depends": [
-    "Test",
-    "JSON::Fast:ver<0.16+>"
+    "Test"
   ]
 }
