]> git.ipfire.org Git - thirdparty/patchwork.git/commit
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)
commitd7b8a07675b0df02f41f7980c7e20a95add0660f
treebc9bc628f9afe8422eb29d3a2d4ec0be6a5d74a7
parentcfd87392126b6307d713f2fdc705a66588619173
requirements: Add sqlparse to test requirements

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