summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-11-12 14:06:03 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-11-12 21:49:09 +0100
commit8eda248dc9be2da93ff470567ec3291ac51179e3 (patch)
tree6ad8708fc8298263004f19ba82bce9d3b6e87242 /tests
parent90c730d96360d6047fdcf645ef453c4230b219bf (diff)
[2.2.x] Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirements.
Backport of 25903e41fb45ce9cc80dc93bf4b51ea431dcb2b6 from master.
Diffstat (limited to 'tests')
-rw-r--r--tests/requirements/py3.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt
index 3f0a01e164..bb335791f4 100644
--- a/tests/requirements/py3.txt
+++ b/tests/requirements/py3.txt
@@ -13,4 +13,4 @@ pywatchman; sys.platform != 'win32'
PyYAML
selenium
sqlparse
-tblib
+tblib >= 1.5.0