Skip to content

Commit

Permalink
No we can't actually uninstall selectors2, that breaks other tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jun 10, 2020
1 parent ff60064 commit 95b03f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion scripts/releases/make-manylinux
Expand Up @@ -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
Expand Down

0 comments on commit 95b03f1

Please sign in to comment.