Skip to content

Commit 202d688

Browse files
chore: show warnings in CI (#769)
1 parent 61b1a03 commit 202d688

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool:pytest]
2-
addopts = -rsx -vv -s
2+
addopts = -Wall -rsx -vv
33
markers =
44
skip_browser
55
only_browser

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ def __init__(
233233
)
234234
assert self.process.stdout
235235
self.ws_endpoint = self.process.stdout.readline().decode().strip()
236+
self.process.stdout.close()
236237

237238
def kill(self):
238239
# Send the signal to all the process groups

0 commit comments

Comments
 (0)