Add parameterized Python module to test dependencies
Allows running parameterized tests. BSD license. Signed-off-by: Jason Robinson <jasonr@matrix.org>
This commit is contained in:
parent
ab97b6e33c
commit
899e60be80
|
@ -81,7 +81,7 @@ CONDITIONAL_REQUIREMENTS = {
|
||||||
|
|
||||||
"saml2": ["pysaml2>=4.5.0"],
|
"saml2": ["pysaml2>=4.5.0"],
|
||||||
"url_preview": ["lxml>=3.5.0"],
|
"url_preview": ["lxml>=3.5.0"],
|
||||||
"test": ["mock>=2.0"],
|
"test": ["mock>=2.0", "parameterized"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue