upgrade pytest version that compatible with pytest-cov, fixes some caplog unit tests (#1464)
This commit is contained in:
@@ -161,7 +161,7 @@ class ReuseableSanicTestClient(SanicTestClient):
|
||||
conn = self._tcp_connector
|
||||
else:
|
||||
conn = ReuseableTCPConnector(
|
||||
verify_ssl=False,
|
||||
ssl=False,
|
||||
loop=self._loop,
|
||||
keepalive_timeout=request_keepalive,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user