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
b0aa4e3c
Commit
b0aa4e3c
authored
Aug 21, 2016
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Yup, psutil still causes problems on travis ci.
parent
a8742a88
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
dev-requirements.txt
dev-requirements.txt
+3
-1
src/greentest/greentest.py
src/greentest/greentest.py
+1
-0
No files found.
dev-requirements.txt
View file @
b0aa4e3c
...
...
@@ -7,7 +7,9 @@ coverage>=4.0
coveralls
>=1.0
cffi
futures
psutil
# Makes tests faster, but causes issues on the old
# linux version Travis CI uses.
# psutil
# For viewing README.rst (restview --long-description),
# CONTRIBUTING.rst, etc.
# https://github.com/mgedmin/restview
...
...
src/greentest/greentest.py
View file @
b0aa4e3c
...
...
@@ -695,6 +695,7 @@ else:
# (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
# 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
():
results
=
dict
()
...
...
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