diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-09-17 19:40:14 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-09-17 19:40:14 -0700 |
commit | 1a6e52ea8eb04d31b8bea98aa6e96f81c89937d3 (patch) | |
tree | 15f9c6c6b15b61c33fcb3aa9835997a735799ab4 /tasks.py | |
parent | d8e3554cb738f78b9643f80a1d1e970302fc340a (diff) | |
parent | f4664257250371bba7cf0c330a43b95570323bef (diff) |
Merge branch '2.4'
Diffstat (limited to 'tasks.py')
-rw-r--r-- | tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ def test( # running headless? Probably? if color: opts += " --color=yes" - opts += " --capture={0}".format(capture) + opts += " --capture={}".format(capture) if "-m" not in opts and not include_slow: opts += " -m 'not slow'" if k is not None and not ("-k" in opts if opts else False): |