Add ipdb to test deps

This is not strictly necessary but it helps tremendously to have a REPL
around to break into when a test fails.
fix_request_path_info^2
Chris Glass 2020-08-14 16:29:49 +02:00
parent c0874c5e90
commit 24dd1fff2c
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ setenv =
postgres: DEFAULT_DATABASE = postgres:///default
postgres: SECONDARY_DATABASE = postgres:///secondary
deps =
ipdb
coverage
dj-database-url
django21: Django ~= 2.1