• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gevent / gevent / 2045
78%

Build:
DEFAULT BRANCH: master
Ran 25 May 2017 08:44PM UTC
Jobs 1
Files 47
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
2045

push

travis-ci

sbohrer
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

Jobs
ID Job ID Ran Files Coverage
4 2045.4 (TASK=lint-py27) 25 May 2017 08:44PM UTC 0
69.16
Travis Job 2045.4
Source Files on build 2045
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2045
  • 5bc2cf61 on github
  • Prev Build on master (#2041)
  • Next Build on master (#2051)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc