mirror of
https://github.com/fedora-python/tox-current-env.git
synced 2024-12-23 16:46:14 +01:00
Avoid clogging the arparse files, flush regularly
This commit is contained in:
parent
6dd32b21ce
commit
4212694dc6
@ -208,6 +208,7 @@ def tox_runtest(venv, redirect):
|
||||
sep="\n",
|
||||
file=config.option.print_deps_to,
|
||||
)
|
||||
config.option.print_deps_to.flush()
|
||||
ret = True
|
||||
|
||||
if config.option.print_extras_to:
|
||||
@ -216,6 +217,7 @@ def tox_runtest(venv, redirect):
|
||||
sep="\n",
|
||||
file=config.option.print_extras_to,
|
||||
)
|
||||
config.option.print_extras_to.flush()
|
||||
ret = True
|
||||
|
||||
return ret
|
||||
|
Loading…
Reference in New Issue
Block a user