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
75d656bb
Commit
75d656bb
authored
Jun 03, 2020
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Go back to VS2015 on Appveyor.
The compiler for CPythno2 isn't there on the VS2019 image.
parent
0ea1fec5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
appveyor.yml
appveyor.yml
+3
-1
src/gevent/tests/test__server.py
src/gevent/tests/test__server.py
+1
-0
No files found.
appveyor.yml
View file @
75d656bb
...
...
@@ -4,7 +4,9 @@ shallow_clone: true
build
:
parallel
:
true
verbosity
:
minimal
image
:
Visual Studio
2019
# The VS 2019 image doesn't have
# the MSVC needed for Python 2.7.
image
:
Visual Studio
2015
environment
:
global
:
...
...
src/gevent/tests/test__server.py
View file @
75d656bb
...
...
@@ -311,6 +311,7 @@ class TestDefaultSpawn(TestCase):
self
.
server
=
self
.
ServerSubClass
(
self
.
get_listener
())
self
.
assertNotAccepted
()
@
greentest
.
skipOnAppVeyor
(
"Sometimes times out."
)
def
test_subclass_with_socket
(
self
):
self
.
server
=
self
.
ServerSubClass
(
self
.
get_listener
())
# the connection won't be refused, because there exists a
...
...
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