summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorRaphael Boidol <raphael.boidol@tngtech.com>2016-02-20 22:00:59 +0100
committerRaphael Boidol <raphael.boidol@tngtech.com>2016-02-20 22:09:31 +0100
commitdc9278fb4432f0244f4d780621d5c1b57a03b720 (patch)
tree56c604bd90d2d39b5849904161aa5e29ed1c2a07 /test-requirements.txt
parent121f6af3a75e4f48acf31b1af2386cdd5bf91e00 (diff)
downloadgitpython-dc9278fb4432f0244f4d780621d5c1b57a03b720.tar.gz
enable config parsers to be used as context managers
if used as context managers, the parsers will automatically release their file locks.
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index d9425c03..4d08a501 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,3 +1,5 @@
+-r requirements.txt
+
coverage
flake8
nose