Commit 82e7d141 authored by Jason Madden's avatar Jason Madden

Need dnspython on appveyor too.

parent 29fe22c8
...@@ -131,7 +131,7 @@ install: ...@@ -131,7 +131,7 @@ install:
# pip will build them from source using the MSVC compiler matching the # pip will build them from source using the MSVC compiler matching the
# target Python version and architecture # target Python version and architecture
# Note that psutil won't build under PyPy on Windows. # Note that psutil won't build under PyPy on Windows.
- "%CMD_IN_ENV% pip install -U setuptools wheel cython greenlet cffi" - "%CMD_IN_ENV% pip install -U setuptools wheel cython greenlet cffi dnspython idna"
- ps: - ps:
if ("${env:PYTHON_ID}" -ne "pypy") { if ("${env:PYTHON_ID}" -ne "pypy") {
......
...@@ -157,12 +157,12 @@ if PYPY: ...@@ -157,12 +157,12 @@ if PYPY:
'test__socket_dns.py', 'test__socket_dns.py',
] ]
if TRAVIS: if TRAVIS:
FAILING_TESTS += [ FAILING_TESTS += [
# This fails to get the correct results, sometimes. I can't reproduce locally # This fails to get the correct results, sometimes. I can't reproduce locally
'FLAKY test__example_udp_server.py', 'FLAKY test__example_udp_server.py',
'FLAKY test__example_udp_client.py', 'FLAKY test__example_udp_client.py',
] ]
if PY3 and TRAVIS: if PY3 and TRAVIS:
FAILING_TESTS += [ FAILING_TESTS += [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment