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 e3ec244 commit 9fc34d0Copy full SHA for 9fc34d0
Lib/test/test_socket.py
@@ -1308,7 +1308,7 @@ def testGetServBy(self):
1308
else:
1309
service = _query_available_service(['tcp'])
1310
if service is None:
1311
- self.skipTest('No available service found.')
+ self.skipTest('No available TCP service found.')
1312
port = socket.getservbyname(service, 'tcp')
1313
# Try same call with optional protocol omitted
1314
# Issue gh-71123: this fails on Android before API level 23.
0 commit comments