diff options
author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2015-09-06 11:12:08 +0200 |
---|---|---|
committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2015-09-10 13:34:05 +0200 |
commit | 33c7c2a55770fe8ccc297a8ae13e04487b72b3a1 (patch) | |
tree | f3cd4f169ae8cea6d0b060af3800968e7fd05617 /tests/requirements | |
parent | 39bb66baad1b98e0fa10d668a09154a0f5372b3d (diff) | |
download | django-33c7c2a55770fe8ccc297a8ae13e04487b72b3a1.tar.gz |
Enabled parallel testing by default in runtests.py.
Diffstat (limited to 'tests/requirements')
-rw-r--r-- | tests/requirements/base.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/requirements/base.txt b/tests/requirements/base.txt index af828306c3..845aefbb87 100644 --- a/tests/requirements/base.txt +++ b/tests/requirements/base.txt @@ -8,3 +8,4 @@ PyYAML pytz > dev selenium sqlparse +tblib |