diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
index 882e844eb1b812be10a2e60df19f5e8df0c57056..b5555fbba9bc2e9711421a0fc2e0d2ff5cbf8294 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -81,7 +81,7 @@ CONDITIONAL_REQUIREMENTS = {
 
     "saml2": ["pysaml2>=4.5.0"],
     "url_preview": ["lxml>=3.5.0"],
-    "test": ["mock>=2.0"],
+    "test": ["mock>=2.0", "parameterized"],
 }
 
 
diff --git a/tox.ini b/tox.ini
index a0f548682923e9cc273784743d817638972190a3..9b6cb2036caa0b030f72511189866f5429b74274 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,6 +8,7 @@ deps =
     python-subunit
     junitxml
     coverage
+    parameterized
 
     # cyptography 2.2 requires setuptools >= 18.5
     #