Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
4d2f9efd
Commit
4d2f9efd
authored
Dec 01, 2017
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More fixes for travis.
parent
bc582750
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/greentest/test__socket.py
src/greentest/test__socket.py
+1
-0
src/greentest/test__socket_dns.py
src/greentest/test__socket_dns.py
+1
-0
No files found.
src/greentest/test__socket.py
View file @
4d2f9efd
...
...
@@ -332,6 +332,7 @@ class TestCreateConnection(greentest.TestCase):
ex
=
cm
.
exception
self
.
assertIn
(
'refused'
,
str
(
ex
).
lower
())
@
greentest
.
ignores_leakcheck
def
test_base_exception
(
self
):
# such as a GreenletExit or a gevent.timeout.Timeout
...
...
src/greentest/test__socket_dns.py
View file @
4d2f9efd
...
...
@@ -599,6 +599,7 @@ class TestBadIP(TestCase):
add
(
TestBadIP
,
'1.2.3.400'
)
@
greentest
.
skipIf
(
greentest
.
RUNNING_ON_TRAVIS
,
"Travis began returning ip6-localhost"
)
class
Test_getnameinfo_127001
(
TestCase
):
def
test
(
self
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment