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
95b03f11
Commit
95b03f11
authored
Jun 10, 2020
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No we can't actually uninstall selectors2, that breaks other tests.
parent
ff600641
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
.travis.yml
.travis.yml
+0
-2
scripts/releases/make-manylinux
scripts/releases/make-manylinux
+5
-1
No files found.
.travis.yml
View file @
95b03f11
...
...
@@ -316,8 +316,6 @@ jobs:
# PyPy is supported.
-
&test-dnspython-jobs
script
:
# https://github.com/gevent/gevent/issues/1641
-
python -m pip uninstall -y selectors2
-
GEVENT_RESOLVER=dnspython python -mgevent.tests --coverage --ignore tests_that_dont_use_resolver.txt
name
:
dnspython resolver (Python 2.7)
# Now test the alternate backends, starting with libuv-cffi, which should be present everywhere
...
...
scripts/releases/make-manylinux
View file @
95b03f11
...
...
@@ -41,7 +41,11 @@ if [ -d /gevent -a -d /opt/python ]; then
# Set a cache directory for pip. This was
# mounted to be the same as it is outside docker so it
# can be persisted
# can be persisted.
# XXX: This works for macOS, where everything bind-mounted
# is seen as owned by root in the container. But when the host is Linux
# the actual UIDs come through to the container, triggering
# pip to disable the cache when it detects that the owner doesn't match.
export
XDG_CACHE_HOME
=
"/cache"
ls
-ld
/cache
ls
-ld
/cache/pip
...
...
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