summaryrefslogtreecommitdiff
path: root/src/tox/report.py
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-10-31 06:20:56 +0000
committerGitHub <noreply@github.com>2022-10-30 23:20:56 -0700
commitf99073c9f113b0d6d34555bb8d11d99b294b127e (patch)
tree9dd7df61d285e3a76aa761db0aaa21b09fa13a63 /src/tox/report.py
parentc97e0b8c3a71ec33bd13a322807a10c6f733a705 (diff)
downloadtox-git-f99073c9f113b0d6d34555bb8d11d99b294b127e.tar.gz
Bump tools and deps (#2522)
* Bump tools and deps Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> * Simplify docs conf Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
Diffstat (limited to 'src/tox/report.py')
-rw-r--r--src/tox/report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tox/report.py b/src/tox/report.py
index 50bef51a..c9b97533 100644
--- a/src/tox/report.py
+++ b/src/tox/report.py
@@ -138,7 +138,7 @@ class ToxHandler(logging.StreamHandler): # type: ignore[type-arg] # is generic
return self._local.out_err[1]
@property # type: ignore[override]
- def stream(self) -> IO[str]: # type: ignore[override]
+ def stream(self) -> IO[str]:
""":return: the current stream to write to (alias for the current standard output)"""
return self.stdout