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

nose-devs / nose2 / 513
88%

Build:
DEFAULT BRANCH: master
Ran 22 Oct 2017 12:24AM UTC
Jobs 6
Files 45
Run time 3min
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
513

push

travis-ci

katrinabrock
Allow combination of MP and OutputBuffer plugins on Python 3.

You could not combine those two plugins in Python 3.4 (and presumably
any Python 3 version).
The error message when combining OutputBuffer and MP on Python 3.4
was internal error, 'state is not a dictionary'. It stems from
a python bug (https://bugs.python.org/issue26695) that prevents
unpickling objects which return a falsy value from __getstate__
when using _pickle.

The MP plugin used to send the Buffer object, and nested Streams, back
from the spawned processes, when a string would do just as well.

This patch moves the stream -> string conversion to setTestOutcome,
which still happens in the actual testing process.

It includes a test case exposing the issue.

967 of 1188 branches covered (81.4%)

3195 of 3647 relevant lines covered (87.61%)

5.22 hits per line

Jobs
ID Job ID Ran Files Coverage
1 513.1 22 Oct 2017 12:27AM UTC 0
87.17
Travis Job 513.1
2 513.2 22 Oct 2017 12:28AM UTC 0
86.87
Travis Job 513.2
3 513.3 22 Oct 2017 12:25AM UTC 0
87.14
Travis Job 513.3
4 513.4 22 Oct 2017 12:25AM UTC 0
86.78
Travis Job 513.4
5 513.5 22 Oct 2017 12:24AM UTC 0
86.78
Travis Job 513.5
6 513.6 22 Oct 2017 12:28AM UTC 0
86.84
Travis Job 513.6
Source Files on build 513
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #513
  • 7c350342 on github
  • Prev Build on master (#512)
  • Next Build on master (#514)
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