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
482d449b
Commit
482d449b
authored
Apr 30, 2019
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak to workaround recurrent DNS failures on appveyor.
parent
075f1ba6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
appveyor.yml
appveyor.yml
+2
-2
No files found.
appveyor.yml
View file @
482d449b
...
...
@@ -144,7 +144,7 @@ cache:
build_script
:
# Build the compiled extension
# pip 19.1 (exactly) won't work; but 19.1.1 should with --no-use-pep517
-
if not "%GWHEEL_ONLY%"=="true" %PYEXE% -m pip install -
U --upgrade-strategy=eager -
r dev-requirements.txt
-
if not "%GWHEEL_ONLY%"=="true" %PYEXE% -m pip install -r dev-requirements.txt
test_script
:
# Run the project tests
...
...
@@ -158,7 +158,7 @@ after_test:
# https://ci.appveyor.com/project/denik/gevent/builds/23810605/job/83aw4u67artt002b#L602
# So we violate DRY and repeate some requirements in order to use
# --no-build-isolation
-
"
%CMD_IN_ENV%
%PYEXE%
-m
pip
install
-U
--upgrade-strategy=eager
pycparser
wheel
cython
setuptools
"
-
"
%CMD_IN_ENV%
%PYEXE%
-m
pip
install
pycparser
wheel
cython
setuptools
cffi
"
-
"
%CMD_IN_ENV%
%PYEXE%
-m
pip
wheel
--no-build-isolation
.
-w
dist"
-
ps
:
"
ls
dist"
...
...
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