diff options
author | Jason Robinson <jasonr@matrix.org> | 2019-01-17 15:55:37 +0200 |
---|---|---|
committer | Jason Robinson <jasonr@matrix.org> | 2019-01-23 10:32:41 +0200 |
commit | 899e60be80736e3b747eb567171296829e96f716 (patch) | |
tree | e643177af6d259fd1f475e80588cd7f05da36ac1 /tox.ini | |
parent | Fix a test docstring in frontend proxy tests (diff) | |
download | synapse-899e60be80736e3b747eb567171296829e96f716.tar.xz |
Add parameterized Python module to test dependencies
Allows running parameterized tests. BSD license. Signed-off-by: Jason Robinson <jasonr@matrix.org>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini index a0f5486829..9b6cb2036c 100644 --- a/tox.ini +++ b/tox.ini @@ -8,6 +8,7 @@ deps = python-subunit junitxml coverage + parameterized # cyptography 2.2 requires setuptools >= 18.5 # |