]> git.ipfire.org Git - thirdparty/patchwork.git/commit
Add requirements-test.txt
authorStephen Finucane <stephen.finucane@intel.com>
Thu, 12 Nov 2015 04:54:31 +0000 (04:54 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Sat, 21 Nov 2015 17:07:40 +0000 (17:07 +0000)
commit73044ac036350686a605e7aff486566d0dbb1d82
treea48c16c1c56910032bb9bd7dd2664015345085b0
parent59e47314f6311f2ce03749ab4bb1cb1cafd99222
Add requirements-test.txt

It's annoying that Django is not installed by default when setting up
a development environment. This is currently necessary because tox
uses these requirements files and it needs to test against multiple
versions of Django. Resolve this issue by adding a 'requirements-test'
file, thus allowing for Django-ful and Django-less scenarios.

This also allows us to delete 'requirements-base', which was a good
idea but alas contained too few options to really be viable. A little
duplication is better here.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
requirements-dev.txt
requirements-prod.txt
requirements-test.txt [moved from requirements-base.txt with 82% similarity]
tox.ini