summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStephen Rauch <stephenrauch@users.noreply.github.com>2019-11-05 19:11:09 -0800
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-11-06 09:01:48 +0100
commit76d293f3e6abdb1955287a483005d26af6f93036 (patch)
tree2204726a9c569c2d886d54279743af235bbeda48 /tests
parentb75a268c075e2bf9dd4fe6f4c30e9d977d62ee13 (diff)
[3.0.x] Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.
Support for sqlparse < 0.2.2 was broken in 782d85b6dfa191e67c0f1d572641d8236c79174c because is_whitespace property was added in sqlparse 0.2.2. Backport of 4b6db766ba4b613d317c87f87d1d63865b7424a4 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 13218c2990..3e9b48821a 100644
--- a/tests/requirements/py3.txt
+++ b/tests/requirements/py3.txt
@@ -13,5 +13,5 @@ pytz
pywatchman; sys.platform != 'win32'
PyYAML
selenium
-sqlparse
+sqlparse >= 0.2.2
tblib >= 1.5.0