We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b1a03 commit 202d688Copy full SHA for 202d688
setup.cfg
@@ -1,5 +1,5 @@
1
[tool:pytest]
2
-addopts = -rsx -vv -s
+addopts = -Wall -rsx -vv
3
markers =
4
skip_browser
5
only_browser
tests/conftest.py
@@ -233,6 +233,7 @@ def __init__(
233
)
234
assert self.process.stdout
235
self.ws_endpoint = self.process.stdout.readline().decode().strip()
236
+ self.process.stdout.close()
237
238
def kill(self):
239
# Send the signal to all the process groups
0 commit comments