|
Ran
|
Jobs
1
|
Files
47
|
Run time
2s
|
Badge
README BADGES
|
push
travis-ci
monkey: exec scripts in global scope Commit 59581a8a3 "Add python 3.5 selectors test, and remove the devpoll selector under 3.5. also update the monkey documentation." Introduced a regression by moving the exec of scripts into a main() function. If the script being run with exec has import statements those are now locally scoped to the main() function which can break the script. It does not appear that this local scoping was intentional so the fix is to exec the script in the global scope, returning the previous behavior. This also requires setting __package__ = None otherwise the script appears to be run in the gevent __package__
5550 of 8025 relevant lines covered (69.16%)
0.69 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 4 | 2045.4 (TASK=lint-py27) | 0 |
69.16 |
Travis Job 2045.4 |