summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2016-01-04 18:29:56 -0500
committerMatthew Treinish <mtreinish@kortar.org>2020-03-14 09:31:08 -0400
commit0e14d8be6126315c19c40905d75e55b2bfe7ba09 (patch)
tree3110e217857d6479f416cb873dbb12b2fcdbd65a /setup.py
parent26d31fa7c34019fad9038addf8114bbb4b656c92 (diff)
downloadsubunit-git-0e14d8be6126315c19c40905d75e55b2bfe7ba09.tar.gz
Add options to output filter to set timestamps
This commit adds 2 new options to subunit-output, --start-time and --stop-time, to specify a timestamp for the start and end of a test in the output.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 0de577e..38a7f83 100755
--- a/setup.py
+++ b/setup.py
@@ -12,6 +12,7 @@ else:
'install_requires': [
'extras',
'testtools>=0.9.34',
+ 'python-dateutil>=2.4.2',
],
'tests_require': [
'fixtures',