diff options
author | Robert Collins <robertc@robertcollins.net> | 2015-07-13 22:20:48 +1200 |
---|---|---|
committer | Robert Collins <robertc@robertcollins.net> | 2015-07-13 23:02:48 +1200 |
commit | a194e3e7cb4e5e5cd855da7eb906baaeea6cd2c2 (patch) | |
tree | c287802daae58d571c1b5a61123b4bf682bb7fad /setup.py | |
parent | 557bbf694f5cb6cb9202a1a41d9b057e7377f7ed (diff) | |
download | subunit-git-a194e3e7cb4e5e5cd855da7eb906baaeea6cd2c2.tar.gz |
Add subunit2disk which exports a stream to the fs.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ else: ], 'extras_require': { 'docs': ['docutils'], - 'test': ['testscenarios'], + 'test': ['fixtures', 'testscenarios'], }, } |