Commit b0aa4e3c authored by Jason Madden's avatar Jason Madden

Yup, psutil still causes problems on travis ci.

parent a8742a88
...@@ -7,7 +7,9 @@ coverage>=4.0 ...@@ -7,7 +7,9 @@ coverage>=4.0
coveralls>=1.0 coveralls>=1.0
cffi cffi
futures futures
psutil # Makes tests faster, but causes issues on the old
# linux version Travis CI uses.
# psutil
# For viewing README.rst (restview --long-description), # For viewing README.rst (restview --long-description),
# CONTRIBUTING.rst, etc. # CONTRIBUTING.rst, etc.
# https://github.com/mgedmin/restview # https://github.com/mgedmin/restview
......
...@@ -695,6 +695,7 @@ else: ...@@ -695,6 +695,7 @@ else:
# (Running 14 tests takes 3.964s with lsof and 0.046 with psutil) # (Running 14 tests takes 3.964s with lsof and 0.046 with psutil)
# However, it still doesn't completely solve the issue on Windows: fds are reported # However, it still doesn't completely solve the issue on Windows: fds are reported
# as -1 there, so we can't fully check those. # as -1 there, so we can't fully check those.
# XXX: Note: installing psutil on the travis linux vm caused failures in test__makefile_refs.
def get_open_files(): def get_open_files():
results = dict() results = dict()
......
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