]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
requirements: Add sqlparse to test requirements
authorStephen Finucane <stephen@that.guru>
Wed, 10 Oct 2018 09:33:50 +0000 (10:33 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 10 Oct 2018 09:38:54 +0000 (10:38 +0100)
This was previously installed as part of 'django-debug-toolbar' [1] but
as this dependency is no longer installed for tests, the dependency is
now missing. Fix this by manually specifying it.

[1] https://github.com/jazzband/django-debug-toolbar/blob/1.10.1/setup.py#L20-L23

Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes: a7454712 ("Remove django-debug-toolbar from test requirements")
requirements-test.txt

index 6203355192beccf3f70d3032807f02a37905ee23..9754bfcabdef88c810dc069940ce86a8df728513 100644 (file)
@@ -1,3 +1,4 @@
 mysqlclient==1.3.13
 psycopg2-binary==2.7.5
+sqlparse==0.2.4
 python-dateutil==2.7.3